Commit 8c3cb81
authored
Stop CI running twice for every pull request commit (#7)
The workflow triggered on push to every branch and on pull_request, so a
branch with an open PR ran the full matrix twice against the same commit.
push is now limited to main. Branches get their coverage from their PR,
where the run is against the merge result rather than the branch tip,
which is the more useful thing to check anyway.1 parent 9671867 commit 8c3cb81
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | | - | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments