Commit bc5302e
committed
ci: run Build & Test on dev (push + PRs), not just main
Under the main=tags / dev=active model, build.yml only triggering on main meant PRs into dev got zero CI and bugs surfaced only at the dev->main release PR. Adding dev to the push/pull_request branch filters runs the same matrix (Node 22.x/24.x + bun unit tests) on every dev contribution.1 parent 098e1fe commit bc5302e
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 | | |
| |||
0 commit comments