cicd: Dont build snapshot on tag (#263)
This commit is contained in:
parent
1d446ace04
commit
9476d052b6
|
|
@ -8,6 +8,7 @@ on:
|
|||
jobs:
|
||||
build-snapshot:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref_type != 'tag'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue