Skip to content

Commit 16e8867

Browse files
committed
ci: add v4-prerelease to branch triggers
1 parent 6008bfa commit 16e8867

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/downstream.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
- main
12-
- v*.*.x
12+
- v4-prerelease
1313
tags:
1414
- v*.*.*
1515
pull_request:

.github/workflows/gem-install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- v4-prerelease
1011
tags:
1112
- v*.*.*
1213
pull_request:

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- main
10+
- v4-prerelease
1011
tags:
1112
- v*.*.*
1213
pull_request:

0 commit comments

Comments
 (0)