Skip to content

Commit

Permalink
only trigger build on these files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreyas-Sreelal committed May 11, 2024
1 parent 5621885 commit 5e3c0be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
pull_request:
push:
branches:
- master
- master
paths:
- "**.rs"
- "**.toml"
- ".github/workflows/build.yml"
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
Expand Down

0 comments on commit 5e3c0be

Please sign in to comment.