Update Github Actions workflow triggering to include bazel build
This commit is contained in:
parent
49bfc51782
commit
3176d8b27a
|
|
@ -12,6 +12,11 @@ on:
|
|||
- Makefile
|
||||
- plugins.mk
|
||||
- rabbitmq-components.mk
|
||||
- .bazelrc
|
||||
- .bazelversion
|
||||
- BUILD.*
|
||||
- '*.bzl'
|
||||
- '*.bazel'
|
||||
- .github/workflows/test-mixed-versions.yaml
|
||||
jobs:
|
||||
test-mixed-versions:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ on:
|
|||
- Makefile
|
||||
- plugins.mk
|
||||
- rabbitmq-components.mk
|
||||
- .bazelrc
|
||||
- .bazelversion
|
||||
- BUILD.*
|
||||
- '*.bzl'
|
||||
- '*.bazel'
|
||||
- .github/workflows/test.yaml
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue