Skip to content

Commit 092d235

Browse files
authored
Merge pull request #5764 from vvoland/5763-27.x
[27.x backport] gha: Adjust release branches
2 parents a187fa5 + fa1ba05 commit 092d235

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)