Skip to content

Commit a50e36b

Browse files
committed
Fix tag regex
1 parent 95499fe commit a50e36b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workflows:
1313
ignore: /.*/
1414
# Run only when a tag is created
1515
tags:
16-
only: v*.*.*
16+
only: /^v.+\..+\..+/
1717

1818

1919
jobs:

0 commit comments

Comments
 (0)