From 9476d052b659b73d5bc0e1afe347d4abf644f716 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 10 Apr 2024 21:14:18 +0100 Subject: [PATCH] cicd: Dont build snapshot on tag (#263) --- .github/workflows/build-snapshot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index 88cc420..3ae8a3d 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.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