]> git.puffer.fish Git - matthieu/nova.git/commitdiff
enable ci on all branches
authormatthieu <matthieu@developershouse.xyz>
Fri, 3 Sep 2021 18:01:38 +0000 (22:01 +0400)
committermatthieu <matthieu@developershouse.xyz>
Fri, 3 Sep 2021 18:01:38 +0000 (22:01 +0400)
.github/workflows/bazel-build.yml

index 4e60e405949663ab4092144a15dd7f4305d8116e..3de7dfa9c6a3e7143b0090cdffc38b4fd1bb42f5 100644 (file)
@@ -4,12 +4,7 @@ name: Build
 \r
 # Controls when the workflow will run\r
 on:\r
-  # Triggers the workflow on push or pull request events but only for the main branch\r
   push:\r
-    branches: [ main ]\r
-  pull_request:\r
-    branches: [ main ]\r
-\r
   # Allows you to run this workflow manually from the Actions tab\r
   workflow_dispatch:\r
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel\r