Browse Source

chore: Do not run Built & Test workflow for docs branch

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

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

@@ -1,6 +1,9 @@
 name: Build & Test
 
-on: push
+on:
+  push:
+    branches-ignore:
+      - 'vendure-io'
 env:
   CI: true
   node: 12.x