Explorar el Código

cicd: Dont build snapshot on tag (#263)

James Read hace 2 años
padre
commit
9476d052b6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/build-snapshot.yml

+ 1 - 0
.github/workflows/build-snapshot.yml

@@ -8,6 +8,7 @@ on:
 jobs:
 jobs:
   build-snapshot:
   build-snapshot:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
+    if: github.ref_type != 'tag'
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v4
         uses: actions/checkout@v4