ci: trigger differential-shellcheck workflow on push

Also update `differential-shellcheck` to latest version - https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases

Fixes: https://github.com/redhat-plumbers-in-action/differential-shellcheck/issues/215
This commit is contained in:
Jan Macku 2023-03-22 06:48:08 +01:00
parent f3e03bd04e
commit 50ba79710e

View file

@ -3,6 +3,9 @@
name: Differential ShellCheck
on:
push:
branches:
- main
pull_request:
branches:
- main
@ -26,6 +29,6 @@ jobs:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@f3cd08fcf12680861615270b29494d2b87c3e1cc
uses: redhat-plumbers-in-action/differential-shellcheck@d24099b9f39ddee81dea31eb0e135e0a623cb2b8
with:
token: ${{ secrets.GITHUB_TOKEN }}