Deploy on all branches

This commit is contained in:
Tim Möhlmann
2018-10-05 13:02:10 +03:00
parent 3224a8ecad
commit 0c73be7c6e

View File

@@ -14,4 +14,6 @@ script:
deploy: deploy:
provider: script provider: script
script: bash tests/deploy.sh script: bash tests/deploy.sh
on:
all_branches: true