Commit 612ebc7
committed
ci: extend Java CI / E2E to release/v7
So that pull requests targeting release/v7 are properly gated by the
same checks as master, and pushes to release/v7 (i.e. merged bug fix
PRs and release commits) trigger CI for the 7.x line.
Without this, branch protection on release/v7 would block all merges
because no CI would ever fire to satisfy the required checks.
- build.yml + e2e.yml: add release/v7 to push branches1 parent 3f71147 commit 612ebc7
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments