workflow: ignore v** tags

this is an attempt to exempt the whole build workflow (and respective releases from being created) for upstream tags.
This commit is contained in:
Bernhard Kirchen 2024-04-04 13:50:38 +02:00 committed by Bernhard Kirchen
parent e1169d4b11
commit 1109f460cc

View File

@ -9,7 +9,7 @@ on:
- master - master
- development - development
tags-ignore: tags-ignore:
- v* - 'v**'
pull_request: pull_request:
paths-ignore: paths-ignore:
- docs/** - docs/**