Make tag start with v
This commit is contained in:
parent
bb6965fb65
commit
b4db27e606
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@ workflows:
|
|||
- build
|
||||
filters:
|
||||
tags:
|
||||
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
|
||||
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
|
Loading…
Reference in a new issue