deploy to build repo on all branches
This commit is contained in:
parent
3cc9eb8509
commit
f97e7eec3f
1 changed files with 1 additions and 3 deletions
|
@ -48,7 +48,5 @@ deploy:
|
|||
target_branch: $TRAVIS_BRANCH
|
||||
commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}"
|
||||
on:
|
||||
branches:
|
||||
only:
|
||||
- /.*/
|
||||
all_branches: true
|
||||
condition: $TRAVIS_PULL_REQUEST = false
|
||||
|
|
Loading…
Reference in a new issue