Browse Source

Update build bot behaviour

Matt Coburn 5 years ago
parent
commit
61051e5757
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/Build-Master.yaml

+ 3 - 2
.github/workflows/Build-Master.yaml

@@ -2,8 +2,9 @@ name: Master Build
 
 on:
   push:
-    branches: [ master ]
-    tags: [ 'v2.*' ]
+    # branches: [ master ]
+    tags:
+      - 'v2.*'
 jobs:
     create_release:
         name: Prepare a new release