Skip to content

Commit 64e75eb

Browse files
committed
News about match arm mutations
2 parents 6af8697 + debd7cb commit 64e75eb

File tree

13 files changed

+686
-334
lines changed

13 files changed

+686
-334
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)