We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a69c8 commit 3ca8d78Copy full SHA for 3ca8d78
.appveyor.yml
@@ -16,7 +16,7 @@ branches:
16
# whitelist
17
only:
18
- master
19
- - dev
+ - /v\d\.\d\.\d/
20
21
clone_depth: 1
22
@@ -143,6 +143,7 @@ deploy:
143
on:
144
# Only publish from the master branch
145
branch: master
146
+ appveyor_repo_tag_name: /v\d+\.\d+\.\d+/
147
# Only publish if the trigger was a Git tag
148
# git tag v0.1.0-beta
149
# git push origin --tags
0 commit comments