Browse Source

Release workflow update

Nicolas Meienberger 3 years ago
parent
commit
376d776171
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -3,7 +3,7 @@ name: Build & Deploy
 on:
   push:
     branches:    
-      - 'release/**'
+      - master
 
 jobs:
   release: