Browse Source

run release only on tagging

Frank Haverland 3 years ago
parent
commit
b38c940dd3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build.yaml

+ 2 - 1
.github/workflows/build.yaml

@@ -223,7 +223,8 @@ jobs:
   release: 
     runs-on: ubuntu-latest
     needs: [pack-for-OTA-v2, pack-for-fresh-install]
-
+    if: startsWith(github.ref, 'refs/tags/') 
+      
     steps:
     - uses: actions/checkout@v2