We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e11ce5 commit 1328f59Copy full SHA for 1328f59
.github/workflows/test-runner.yml
@@ -9,7 +9,7 @@ on:
9
# branches we can disable builds (to speed up the testing) or add new ones,
10
# without impacting the rest of the team.
11
push:
12
- branches: [ 'v[2-9]**', 'ci-gha**' ]
+ branches: [ 'v[2-9]**', 'ci-gha**', 'prepare-for-v3.0.0' ]
13
# Start the build in the context of the target branch. This is considered
14
# "safe", as the workflow files are already committed. These types of builds
15
# have access to the secrets in the build, which we need to use the remote
0 commit comments