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
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