Browse Source

chore: Reinstate build & test workflow on PRs to master

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

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

@@ -4,6 +4,9 @@ on:
   push:
     branches-ignore:
       - 'vendure-io'
+  pull_request:
+    branches:
+      - master
 env:
   CI: true
   node: 12.x