From 026bb1d01a7ee75971110cf1cd83a6ded4a75cf5 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 31 Mar 2023 10:20:06 +0200 Subject: [PATCH] ci: trigger differential-shellcheck workflow on push Fixes: redhat-plumbers-in-action/differential-shellcheck#215 --- .github/workflows/differential-shellcheck.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index ccc888ae..53ceb95b 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -4,6 +4,8 @@ name: Differential ShellCheck on: + push: + branches: [main] pull_request: branches: [main] @@ -16,7 +18,6 @@ jobs: permissions: security-events: write - pull-requests: write steps: - name: Repository checkout @@ -25,7 +26,7 @@ jobs: fetch-depth: 0 - name: Differential ShellCheck - uses: redhat-plumbers-in-action/differential-shellcheck@v3 + uses: redhat-plumbers-in-action/differential-shellcheck@v4 with: severity: warning token: ${{ secrets.GITHUB_TOKEN }}