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 b919616 commit bc7e027Copy full SHA for bc7e027
1 file changed
.github/workflows/bazel.yml
@@ -1,9 +1,10 @@
1
name: Bazel CI
2
on:
3
- push:
4
- branches: [gz-msgs11, main]
5
pull_request:
6
+ push:
+ branches:
+ - 'gz-msgs[1-9]?[0-9]'
7
+ - 'main'
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments