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
parent 0169b29cfd
commit dae50ec3b7

View File

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