Don't try to deploy on PRs

This commit is contained in:
Vidar Holen 2020-02-15 16:56:20 -08:00
parent c735bbf30a
commit 472579052b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
os: osx os: osx
- stage: Deploy docker image - stage: Deploy docker image
if: branch = master
script: script:
- source ./.multi_arch_docker - source ./.multi_arch_docker
- set -ex; multi_arch_docker::main; set +x - set -ex; multi_arch_docker::main; set +x