From f97e7eec3f32aaf1feb52ff0cceccd2d2c14a353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 8 Oct 2021 08:57:27 +0200 Subject: [PATCH] deploy to build repo on all branches --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c65f1ba..5f364da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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