Skip to content

Commit

Permalink
appveyor, travis: deploy only on tags (e.g. v0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Oct 31, 2017
1 parent ace16bc commit 4a99aac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ branches:
only:
- master
- travis
- /^v\d+(\.\d+)+$/
matrix:
include:
- os: linux
Expand Down Expand Up @@ -67,5 +68,5 @@ deploy:
skip_cleanup: true
on:
repo: virtualcell/vcell-solvers
branch: master
tags: true
all_branches: true
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ deploy:
draft: false
prerelease: false
on:
branch: master # release from master branch only
appveyor_repo_tag: true # deploy only on tag push

0 comments on commit 4a99aac

Please sign in to comment.