deploy to build repo on all branches

This commit is contained in:
Maximilian Keßler 2021-10-08 08:57:27 +02:00
parent 3cc9eb8509
commit f97e7eec3f

View file

@ -48,7 +48,5 @@ deploy:
target_branch: $TRAVIS_BRANCH target_branch: $TRAVIS_BRANCH
commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}" commit_message: "%{git_commit_msg}\n\nBuilt commit %{git_sha} from %{repo}:%{git_branch}"
on: on:
branches: all_branches: true
only:
- /.*/
condition: $TRAVIS_PULL_REQUEST = false condition: $TRAVIS_PULL_REQUEST = false