mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 20:20:03 +08:00
Don't try to deploy on PRs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user