Skip to content

Commit 58ea1b5

Browse files
committed
update appveyor
1 parent 00b7de2 commit 58ea1b5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.appveyor.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ os: Previous Visual Studio 2017
1515
branches:
1616
# whitelist
1717
only:
18-
- master
19-
- /v\d\.\d\.\d/
18+
- /^release\/v\d+\.\d+(\.\d+)?(-\S*)?$/
19+
- /^master$/
2020

2121
clone_depth: 1
2222

@@ -140,14 +140,13 @@ deploy:
140140
name: production
141141
api_key:
142142
secure: hd7kH5D5DJr+IpC+9zAklVm9r5Pm0Ku0RbMaA7DmReouBhExmFBPTVe+rWtl9zRa
143+
skip_symbols: true
143144
on:
144-
# Only publish from the master branch
145-
branch: master
146-
appveyor_repo_tag_name: /v\d+\.\d+\.\d+/
147145
# Only publish if the trigger was a Git tag
148146
# git tag v0.1.0-beta
149147
# git push origin --tags
150-
appveyor_repo_tag: true
148+
branch: /master|v\d+\.\d+\.\d+[.*]/
149+
APPVEYOR_REPO_TAG: true
151150

152151
# scripts to run before deployment
153152
before_deploy:

0 commit comments

Comments
 (0)