Skip to content

Commit

Permalink
Merge pull request #2176 from rbenv/shellcheck-ci-fix
Browse files Browse the repository at this point in the history
Avoid shellcheck CI job commenting on every PR
  • Loading branch information
mislav committed Mar 30, 2023
2 parents c0c7b81 + 8c7f47a commit 58f11f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

name: Differential ShellCheck
on:
push:
branches: [master]
pull_request:
branches: [master]

Expand Down

0 comments on commit 58f11f6

Please sign in to comment.