summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2023-03-22 06:48:08 +0100
committerJan Macku <jamacku@redhat.com>2023-03-22 06:56:34 +0100
commit50ba79710ed4117bc6a75553423e9a62544a33fc (patch)
tree9144ede45cdff6810e0bc422a6942b6d4e1be053 /.github
parentf3e03bd04e21c00cd251bf69a346d0ae505b6494 (diff)
downloadsystemd-50ba79710ed4117bc6a75553423e9a62544a33fc.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/differential-shellcheck.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml
index 4d2e63edad..c43b39b771 100644
--- a/.github/workflows/differential-shellcheck.yml
+++ b/.github/workflows/differential-shellcheck.yml
@@ -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 }}