Skip to content

Commit 1328f59

Browse files
authored
ci: enable gha ci for v3 branch (#15198)
1 parent 8e11ce5 commit 1328f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# branches we can disable builds (to speed up the testing) or add new ones,
1010
# without impacting the rest of the team.
1111
push:
12-
branches: [ 'v[2-9]**', 'ci-gha**' ]
12+
branches: [ 'v[2-9]**', 'ci-gha**', 'prepare-for-v3.0.0' ]
1313
# Start the build in the context of the target branch. This is considered
1414
# "safe", as the workflow files are already committed. These types of builds
1515
# have access to the secrets in the build, which we need to use the remote

0 commit comments

Comments
 (0)