Skip to content

Commit bc7e027

Browse files
committed
update bazel ci
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent b919616 commit bc7e027

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.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-msgs11, main]
53
pull_request:
6-
branches: [gz-msgs11, main]
4+
push:
5+
branches:
6+
- 'gz-msgs[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)