Commit 9975f26
Run CI on pull requests to any base branch
The previous trigger filter limited pull_request CI to PRs whose base
branch is main. That breaks stacked-PR workflows where each PR's base
is another feature branch (an umbrella branch or the previous PR in a
stack), so CI never fires until the final umbrella -> main PR. Drop
the pull_request branches filter so any PR runs CI; keep the push
trigger limited to main to avoid double-running CI on every feature
branch push.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent ec837db commit 9975f26
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | | - | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments