Răsfoiți Sursa

run release only on tagging

Frank Haverland 3 ani în urmă
părinte
comite
b38c940dd3
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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