Skip to content

Commit a5ee5b1

Browse files
authored
Merge pull request #4018 from thaJeztah/23.0_backport_fix_ci_events
[23.0 backport] ci: fix branch filter pattern
2 parents ab4ef4a + 27b19a6 commit a5ee5b1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- 'master'
12-
- '[0-9]+.[0-9]{2}'
12+
- '[0-9]+.[0-9]+'
1313
tags:
1414
- 'v*'
1515
pull_request:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- 'master'
12-
- '[0-9]+.[0-9]{2}'
12+
- '[0-9]+.[0-9]+'
1313
tags:
1414
- 'v*'
1515
pull_request:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- 'master'
12-
- '[0-9]+.[0-9]{2}'
12+
- '[0-9]+.[0-9]+'
1313
tags:
1414
- 'v*'
1515
pull_request:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- 'master'
12-
- '[0-9]+.[0-9]{2}'
12+
- '[0-9]+.[0-9]+'
1313
tags:
1414
- 'v*'
1515
pull_request:

0 commit comments

Comments
 (0)