Unverified Commit 58f11f67 authored by Mislav Marohnić's avatar Mislav Marohnić Committed by GitHub
Browse files

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

Avoid shellcheck CI job commenting on every PR
parents c0c7b812 8c7f47a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@

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