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:
parent
0169b29cfd
commit
dae50ec3b7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
- master
|
||||
- development
|
||||
tags-ignore:
|
||||
- v*
|
||||
- 'v**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user