aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Freilich <sfreilich@google.com>2022-03-03 12:03:08 -0800
committerCopybara-Service <copybara-worker@google.com>2022-03-03 12:04:20 -0800
commit80b73c58af49b09de6b4c6381c3034991346a6f0 (patch)
treed8abd6c3c6e373b61c72d8c47217edfc67d6139b
parentd7fff729d610991615e448e92a2424a5d73cb754 (diff)
downloadink-stroke-modeler-80b73c58af49b09de6b4c6381c3034991346a6f0.tar.gz
Run Bazel CI on all branches, and allow triggering runs manually
PiperOrigin-RevId: 432250242
-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: