Skip to content

Commit

Permalink
fix: make workflow trigger when test code has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed May 8, 2024
1 parent c4a11eb commit 609be46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- 'include/**'
- 'src/**'
- 'test/**'
- 'vendor/**'
- 'BSDmakefile'
- 'GNUmakefile'
Expand All @@ -16,6 +17,7 @@ on:
paths:
- 'include/**'
- 'src/**'
- 'test/**'
- 'vendor/**'
- 'BSDmakefile'
- 'GNUmakefile'
Expand Down

0 comments on commit 609be46

Please sign in to comment.