Don't try to deploy on PRs
This commit is contained in:
parent
c735bbf30a
commit
472579052b
|
@ -15,6 +15,7 @@ jobs:
|
|||
os: osx
|
||||
|
||||
- stage: Deploy docker image
|
||||
if: branch = master
|
||||
script:
|
||||
- source ./.multi_arch_docker
|
||||
- set -ex; multi_arch_docker::main; set +x
|
||||
|
|
Loading…
Reference in New Issue