mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 17:40:23 +03:00
Ensured all branches build the docker image
This commit is contained in:
parent
f46e737e77
commit
ea5ec63a22
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
script: bash ./scripts/docker/build
|
script: bash ./scripts/docker/build
|
||||||
on:
|
on:
|
||||||
|
all_branches: true
|
||||||
condition: $TRAVIS_PULL_REQUEST == 'false'
|
condition: $TRAVIS_PULL_REQUEST == 'false'
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|
Loading…
Reference in a new issue