Skip to content

Commit c903c81

Browse files
committed
Revert "Revert "Merge pull request #3363 from rabbitmq/bazel-files-trigger-actions""
This reverts commit c88edef.
1 parent ddb18f5 commit c903c81

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)