Commit 4ce4b87
authored
Drop codegen-* heads from test-pull-request branches filter (#132)
Addresses Copilot review finding on PR #131: `branches:` under
`pull_request` matches the PR's *base* branch, and
`codegen-main`/`codegen-develop` are head-only branches by design (never
a PR base), so listing them was redundant. Restricts the list to the
protected base branches.1 parent a123281 commit 4ce4b87
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
0 commit comments