Modify CI configurations to build tags

This commit is contained in:
xarkes 2017-11-22 00:06:15 +01:00
parent 5753ebd54d
commit b22b626171
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ configuration:
branches:
only:
- master
- /v.*/
# Environment
environment:
@ -49,5 +50,4 @@ deploy:
draft: true
prerelease: false
on:
branch: master
appveyor_repo_tag: true

View File

@ -80,3 +80,4 @@ deploy:
branches:
only:
- master
- /^v.*$/