Skip to content

Commit 906963f

Browse files
authored
Update backport-starting-v511.yml (#301)
1 parent 2de221d commit 906963f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backport-starting-v511.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
branch: ['v/5.11','v/5.12','v/5.13','v/5.14']
11+
branch: ['v/5.11','v/5.12','v/5.13','v/5.14','v/5.15']
1212
uses: hazelcast/hz-docs/.github/workflows/backport-workflow.yml@main
1313
with:
1414
label-to-check-for: '["backport starting from 5.11"]'

.github/workflows/backport.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
get-maintenance-branches:
88
runs-on: ubuntu-latest
99
outputs:
10-
branches: "['5.8', '5.9', '5.10', '5.11', '5.12', '5.13', '5.14']"
10+
branches: "['5.8', '5.9', '5.10', '5.11', '5.12', '5.13', '5.14','5.15']"
1111
steps:
1212
- run: exit 0
1313

0 commit comments

Comments
 (0)