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
e1169d4b11
commit
1109f460cc
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user