Commit ed9492c
committed
ci: also fire tests on main (default branch is main, not master)
The original tests.yml triggered only on push to master and PRs into
master. Pushing this branch and opening PR #232 against main produced
'no checks reported' because the workflow has no matching trigger.
Add main to both branches: arrays. Keep master as well so the workflow
keeps firing on stale branches that may still receive commits.1 parent d437b2f commit ed9492c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments