Procházet zdrojové kódy

chore: Run build and test on all branches

Michael Bromley před 5 roky
rodič
revize
544cfd377c
1 změnil soubory, kde provedl 1 přidání a 9 odebrání
  1. 1 9
      .github/workflows/build_and_test.yml

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

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