Skip to content

Commit

Permalink
Make tag regexp simpler for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Feb 18, 2018
1 parent e57d4fc commit 1c62c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/
only: /^v.*/

0 comments on commit 1c62c6c

Please sign in to comment.