From b735182620b619867bd82299df1816129936cfaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 8 Oct 2021 09:32:40 +0200 Subject: [PATCH] add -build suffix to pushed branches in build repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 394b990..1fd2351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ deploy: repo: kesslermaximilian/LatexPackagesBuild commiter_from_gh: true allow_empty_commit: true - target_branch: $TRAVIS_BRANCH + target_branch: $TRAVIS_BRANCH-build commit_message: $COMMIT_MSG on: all_branches: true