summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 14:07:52 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 14:07:52 -0400
commit8a7db1a918e969b85cd933d8ed9fa5285b281ba4 (patch)
tree6fc26a5713810369eb6afeb1a6301a60dfb69a97 /appveyor.yml
parentce80d794c06f5a54690d491a50e3fa6f01559acd (diff)
ci: tweak deployment conditions0.10.0
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 51dd3b63..2d0ebca1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -73,9 +73,9 @@ deploy:
# deploy when a new tag is pushed and only on the stable channel
on:
CHANNEL: stable
- APPVEYOR_REPO_TAG: true
+ appveyor_repo_tag: true
branches:
only:
- - /^\d+\.\d+\.\d+$/
+ - /\d+\.\d+\.\d+/
- master