Skip to content

Commit 612ebc7

Browse files
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 branches
1 parent 3f71147 commit 612ebc7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- release/v7
89
schedule:
910
- cron: "0 0 * * 0"
1011

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11+
- release/v7
1112
workflow_dispatch:
1213

1314
jobs:

0 commit comments

Comments
 (0)