Skip to content

Commit

Permalink
Fixed list of file paths for workflow action triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 17, 2024
1 parent d114505 commit f5ae049
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- lib/**
- src/**
- test/**
- build.py
branches:
- main

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- include/**
- src/**
- test/**
- build.py
branches:
- main

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- include/**
- src/**
- test/**
- build.py
branches:
- main

Expand Down

0 comments on commit f5ae049

Please sign in to comment.