Skip to content

Commit fa1ba05

Browse files
committed
gha: Adjust release branches
Adjust all workflows to also run on branches like `27.x` Signed-off-by: Paweł Gronowski <[email protected]> (cherry picked from commit 81b0bb5) Signed-off-by: Paweł Gronowski <[email protected]>
1 parent a187fa5 commit fa1ba05

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
branches:
1515
- 'master'
1616
- '[0-9]+.[0-9]+'
17+
- '[0-9]+.x'
1718
tags:
1819
- 'v*'
1920
pull_request:

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- 'master'
2121
- '[0-9]+.[0-9]+'
22+
- '[0-9]+.x'
2223
tags:
2324
- 'v*'
2425
pull_request:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- 'master'
2121
- '[0-9]+.[0-9]+'
22+
- '[0-9]+.x'
2223
tags:
2324
- 'v*'
2425
pull_request:

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches:
2020
- 'master'
2121
- '[0-9]+.[0-9]+'
22+
- '[0-9]+.x'
2223
tags:
2324
- 'v*'
2425
pull_request:

0 commit comments

Comments
 (0)