Skip to content

Commit 21cfac8

Browse files
authored
Update .appveyor.yml
1 parent 8fec435 commit 21cfac8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ branches:
1616
# whitelist
1717
only:
1818
- master
19-
- /v\d\.\d\.\d/
2019

2120
clone_depth: 1
2221

@@ -143,7 +142,6 @@ deploy:
143142
on:
144143
# Only publish from the master branch
145144
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
@@ -180,4 +178,4 @@ on_failure:
180178

181179
cache:
182180
- tools -> build.cake
183-
- packages -> build.cake
181+
- packages -> build.cake

0 commit comments

Comments
 (0)