Ver código fonte

cicd: Dont build snapshot on tag (#263)

James Read 2 anos atrás
pai
commit
9476d052b6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .github/workflows/build-snapshot.yml

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

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