Skip to content

Commit 3ca8d78

Browse files
committed
Update appveyor build scripts
1 parent 06a69c8 commit 3ca8d78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ branches:
1616
# whitelist
1717
only:
1818
- master
19-
- dev
19+
- /v\d\.\d\.\d/
2020

2121
clone_depth: 1
2222

@@ -143,6 +143,7 @@ deploy:
143143
on:
144144
# Only publish from the master branch
145145
branch: master
146+
appveyor_repo_tag_name: /v\d+\.\d+\.\d+/
146147
# Only publish if the trigger was a Git tag
147148
# git tag v0.1.0-beta
148149
# git push origin --tags

0 commit comments

Comments
 (0)