Make tag regexp simpler for CircleCI

This commit is contained in:
Enrico Stahn 2018-02-18 23:17:46 +11:00
parent e57d4fc448
commit 1c62c6c472
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -36,4 +36,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
only: /^v.*/