Răsfoiți Sursa

cicd: Dont build snapshot on tag (#263)

James Read 2 ani în urmă
părinte
comite
9476d052b6
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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