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