Skip to content

Commit 6ea1ca5

Browse files
committed
Merge pull request #3363 from rabbitmq/bazel-files-trigger-actions
Update Github Actions workflow triggering to include bazel build (cherry picked from commit 513a643) (cherry picked from commit e8682e9)
1 parent fedb4f6 commit 6ea1ca5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/test-mixed-versions.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
- Makefile
1313
- plugins.mk
1414
- rabbitmq-components.mk
15+
- .bazelrc
16+
- .bazelversion
17+
- BUILD.*
18+
- '*.bzl'
19+
- '*.bazel'
1520
- .github/workflows/test-mixed-versions.yaml
1621
jobs:
1722
test-mixed-versions:

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- Makefile
99
- plugins.mk
1010
- rabbitmq-components.mk
11+
- .bazelrc
12+
- .bazelversion
13+
- BUILD.*
14+
- '*.bzl'
15+
- '*.bazel'
1116
- .github/workflows/test.yaml
1217
jobs:
1318
test:

0 commit comments

Comments
 (0)