Skip to content

Commit

Permalink
ci(gha): run build only when source code or deps changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 22, 2023
1 parent 9f1a513 commit fab57d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
with:
filters: |
server:
- 'server/**'
- 'server/src/**'
- 'Cargo.lock'
- 'Cargo.toml'
- 'Cross.toml'
app:
- 'app/**'
Expand Down

0 comments on commit fab57d9

Please sign in to comment.