We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9b2a1 commit 38d2459Copy full SHA for 38d2459
.travis.yml
@@ -17,7 +17,13 @@ deploy:
17
script: bash docker_push.sh
18
skip_cleanup: true
19
on:
20
- all_branches: true
+ tags: true
21
+ condition: -z "$TRAVIS_PULL_REQUEST_BRANCH"
22
+ - provider: script
23
+ script: bash docker_push.sh
24
+ skip_cleanup: true
25
+ on:
26
+ branch: master
27
condition: -z "$TRAVIS_PULL_REQUEST_BRANCH"
28
# tags: true / false => has precendence over the branch condition
29
# condition: "foo == bar && baz==bat"
0 commit comments