Skip to content

Commit 991b0c3

Browse files
[Bazel] Enable github actions for gz-utils4 (#186) (#200)
(cherry picked from commit 39780d6) Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Ian Chen <[email protected]>
1 parent e0471b5 commit 991b0c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/bazel.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Bazel CI
22
on:
3-
push:
4-
branches: [gz-utils3, main]
53
pull_request:
6-
branches: [gz-utils3, main]
4+
push:
5+
branches:
6+
- 'gz-utils[1-9]?[0-9]'
7+
- 'main'
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)