Commit fa8b2c8
ci: run full test suite on PRs to develop and on push to develop
The CI workflow only triggered on PRs to main/master, but develop is
now the integration branch that feature and dependabot PRs target — so
the test suite never ran on them. Add develop to the pull_request
branch filter.
Also add a push trigger on develop: pull_request only re-runs when the
PR itself changes, not when the base advances, so two PRs that each pass
against develop independently can break it once both merge. Testing on
push to develop catches that post-merge collision on the actual HEAD.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7d1155d commit fa8b2c8
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments