Merge pull request #2176 from rbenv/shellcheck-ci-fix

Avoid shellcheck CI job commenting on every PR
This commit is contained in:
Mislav Marohnić 2023-03-30 17:32:20 +02:00 committed by GitHub
commit 58f11f6787
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
name: Differential ShellCheck
on:
push:
branches: [master]
pull_request:
branches: [master]