ci: tweak deployment conditions

This commit is contained in:
Andrew Gallant
2018-09-07 14:07:52 -04:00
parent ce80d794c0
commit 8a7db1a918
2 changed files with 3 additions and 2 deletions

View File

@@ -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