mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 09:03:07 +03:00
Fixed travis config syntax error
This commit is contained in:
parent
09aa4cc977
commit
788f9635dd
1 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ deploy:
|
|||
file: "./build/shlink_${TRAVIS_TAG#?}_dist.zip"
|
||||
skip_cleanup: true
|
||||
on:
|
||||
condition: "${DOCKER_PUBLISH}" == 'false'
|
||||
all_branches: true
|
||||
condition: ${DOCKER_PUBLISH} == 'false'
|
||||
tags: true
|
||||
php: '7.4'
|
||||
|
|
Loading…
Reference in a new issue