Skip to content

Commit 45e19a0

Browse files
committed
ci: simplify main test workflow triggers to fire on any *.rs file change
1 parent 23e85a3 commit 45e19a0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55
branches: ['**']
66
paths:
77
- "Cargo.*"
8-
- "crates/*/build.rs"
9-
- "crates/*/src/**"
10-
- "crates/*/tests/**"
8+
- "**/*.rs"
119
- "crates/*/testdata/**"
1210
- ".github/workflows/ci.yml"
1311
pull_request:

0 commit comments

Comments
 (0)