Browse Source

chore: Run build and test on all branches

Michael Bromley 5 years ago
parent
commit
544cfd377c
1 changed files with 1 additions and 9 deletions
  1. 1 9
      .github/workflows/build_and_test.yml

+ 1 - 9
.github/workflows/build_and_test.yml

@@ -1,14 +1,6 @@
 name: Build & Test
 
-on:
-  push:
-    branches:
-    - master
-    - next
-  pull_request:
-    branches:
-    - master
-    - next
+on: push
 env:
   CI: true
   node: 12.x