Skip to content

Commit

Permalink
ci: simplify main test workflow triggers to fire on any *.rs file change
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Sep 10, 2024
1 parent 23e85a3 commit 45e19a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
branches: ['**']
paths:
- "Cargo.*"
- "crates/*/build.rs"
- "crates/*/src/**"
- "crates/*/tests/**"
- "**/*.rs"
- "crates/*/testdata/**"
- ".github/workflows/ci.yml"
pull_request:
Expand Down

0 comments on commit 45e19a0

Please sign in to comment.