add -build suffix to pushed branches in build repo
This commit is contained in:
parent
d5f7c6d88c
commit
b735182620
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue