ignore specific tags

This commit is contained in:
Martin Thielecke 2023-10-05 20:55:06 +02:00
parent c2a6a8fbe2
commit 1c92f63ab1
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -4,6 +4,9 @@ on:
push: push:
tags: tags:
- '*' - '*'
tags-ignore:
- v0
- v1
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest