cicd: Dont build snapshot on tag (#263)

This commit is contained in:
James Read 2024-04-10 21:14:18 +01:00 committed by GitHub
parent 1d446ace04
commit 9476d052b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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