aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/bazel-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bazel-test.yaml')
-rw-r--r--.github/workflows/bazel-test.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/bazel-test.yaml b/.github/workflows/bazel-test.yaml
index 5178220..3616604 100644
--- a/.github/workflows/bazel-test.yaml
+++ b/.github/workflows/bazel-test.yaml
@@ -1,13 +1,9 @@
name: BazelTest
-on:
- push:
- branches: [ $default-branch ]
- pull_request:
- branches: [ $default-branch ]
+on: [pull_request, push, workflow_dispatch]
jobs:
- build:
+ bazel_test:
runs-on: ubuntu-latest
steps: