[CI SKIP] Add dev branch deploy script configuration
This commit is contained in:
parent
bd45cc2024
commit
018dbce57e
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@ deploy:
|
|||
branch: master
|
||||
condition: "-z $TRAVIS_TAG"
|
||||
repo: inorichi/tachiyomi
|
||||
- provider: script
|
||||
script: ".travis/deploy.sh"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: dev
|
||||
condition: "-z $TRAVIS_TAG"
|
||||
repo: inorichi/tachiyomi
|
||||
|
||||
env:
|
||||
global:
|
||||
|
|
Reference in a new issue