Update Github Actions workflow triggering to include bazel build

This commit is contained in:
Philip Kuryloski 2021-09-02 15:15:17 +02:00
parent 49bfc51782
commit 3176d8b27a
2 changed files with 10 additions and 0 deletions

View File

@ -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:

View File

@ -8,6 +8,11 @@ on:
- Makefile
- plugins.mk
- rabbitmq-components.mk
- .bazelrc
- .bazelversion
- BUILD.*
- '*.bzl'
- '*.bazel'
- .github/workflows/test.yaml
jobs:
test: