add -build suffix to pushed branches in build repo

This commit is contained in:
Maximilian Keßler 2021-10-08 09:32:40 +02:00
parent d5f7c6d88c
commit b735182620

View File

@ -46,7 +46,7 @@ deploy:
repo: kesslermaximilian/LatexPackagesBuild repo: kesslermaximilian/LatexPackagesBuild
commiter_from_gh: true commiter_from_gh: true
allow_empty_commit: true allow_empty_commit: true
target_branch: $TRAVIS_BRANCH target_branch: $TRAVIS_BRANCH-build
commit_message: $COMMIT_MSG commit_message: $COMMIT_MSG
on: on:
all_branches: true all_branches: true