Make tag regexp simpler for CircleCI
This commit is contained in:
parent
e57d4fc448
commit
1c62c6c472
1 changed files with 1 additions and 1 deletions
|
@ -36,4 +36,4 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
|
only: /^v.*/
|
Loading…
Reference in a new issue