Skip to content

Commit

Permalink
Modify CI configurations to build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
xarkes committed Nov 21, 2017
1 parent 5753ebd commit b22b626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ configuration:
branches:
only:
- master
- /v.*/

# Environment
environment:
Expand Down Expand Up @@ -49,5 +50,4 @@ deploy:
draft: true
prerelease: false
on:
branch: master
appveyor_repo_tag: true
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,4 @@ deploy:
branches:
only:
- master
- /^v.*$/

0 comments on commit b22b626

Please sign in to comment.