Skip to content

Commit 4121dd6

Browse files
committed
Run tests on pull requests as well as pushes to main
1 parent e2aff68 commit 4121dd6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ permissions:
55

66
on:
77
push:
8+
branches:
9+
- main
10+
paths:
11+
- ".cargo/*.toml"
12+
- ".github/workflows/tests.yml"
13+
- "Cargo.*"
14+
- "mutants_attrs/**"
15+
- "src/**"
16+
- "testdata/**"
17+
- "tests/**"
18+
pull_request:
819
paths:
920
- ".cargo/*.toml"
1021
- ".github/workflows/tests.yml"

0 commit comments

Comments
 (0)