Explorar o código

cicd: Dont build snapshot on tag (#263)

James Read %!s(int64=2) %!d(string=hai) anos
pai
achega
9476d052b6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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