diff options
| author | matthieu <matthieu@developershouse.xyz> | 2021-09-03 22:01:38 +0400 |
|---|---|---|
| committer | matthieu <matthieu@developershouse.xyz> | 2021-09-03 22:01:38 +0400 |
| commit | a01a53b0b63f64576213a8ca36da67b1a7503efb (patch) | |
| tree | f23e5a903c716f0f92a0bce4647d9398911dc36a | |
| parent | d8a2d4ab8216a0ab4d7b0a0c40de474f0a409c5d (diff) | |
enable ci on all branches
| -rw-r--r-- | .github/workflows/bazel-build.yml | 5 |
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
|
