Explorar el Código

run release only on tagging

Frank Haverland hace 3 años
padre
commit
b38c940dd3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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