Skip to content

Commit

Permalink
travis, appveyor: deploy only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Oct 31, 2017
1 parent 7316151 commit ace16bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ deploy:
on:
repo: virtualcell/vcell-solvers
branch: master
tags: true
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ deploy:
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: false # deploy always, not just on tag push
appveyor_repo_tag: true # deploy only on tag push

0 comments on commit ace16bc

Please sign in to comment.