Browse Source

chore: Run tests on next branch as well as master

Michael Bromley 5 years ago
parent
commit
82e63bcf91
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build_and_test.yml

+ 2 - 0
.github/workflows/build_and_test.yml

@@ -4,9 +4,11 @@ on:
   push:
     branches:
     - master
+    - next
   pull_request:
     branches:
     - master
+    - next
 env:
   CI: true
   node: 12.x