Only push images on master builds for now

This commit is contained in:
Devon Mackay 2018-07-02 14:13:54 -04:00
parent 8b1e11178f
commit 5d74d9f154

View File

@ -24,6 +24,6 @@ before_deploy:
deploy: deploy:
provider: script provider: script
script: echo "Hi there" script: echo "** Image push only for now... stay tuned! **"
on: on:
all_branches: true branch: master