mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Don't try to deploy on PRs
This commit is contained in:
parent
c735bbf30a
commit
472579052b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue