summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bazel-build.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/bazel-build.yml b/.github/workflows/bazel-build.yml
index 4e60e40..3de7dfa 100644
--- a/.github/workflows/bazel-build.yml
+++ b/.github/workflows/bazel-build.yml
@@ -4,12 +4,7 @@ name: Build
# Controls when the workflow will run
on:
- # Triggers the workflow on push or pull request events but only for the main branch
push:
- branches: [ main ]
- pull_request:
- branches: [ main ]
-
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel