We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95499fe commit a50e36bCopy full SHA for a50e36b
1 file changed
.circleci/config.yml
@@ -13,7 +13,7 @@ workflows:
13
ignore: /.*/
14
# Run only when a tag is created
15
tags:
16
- only: v*.*.*
+ only: /^v.+\..+\..+/
17
18
19
jobs:
0 commit comments