Skip to content

Commit

Permalink
fix: add cargo files as triggers for build-linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed May 19, 2024
1 parent c1a4cee commit c886778
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'src/**'
- 'test/**'
- 'vendor/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'BSDmakefile'
- 'GNUmakefile'
- 'config.mk'
Expand All @@ -19,6 +21,8 @@ on:
- 'src/**'
- 'test/**'
- 'vendor/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'BSDmakefile'
- 'GNUmakefile'
- 'config.mk'
Expand Down

0 comments on commit c886778

Please sign in to comment.