From 54744db05ebd0e8a5c2b29947dc965026e4926c2 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Fri, 31 Mar 2023 10:14:01 +0200 Subject: [PATCH] ci: trigger differential-shellcheck workflow on push Fixes: redhat-plumbers-in-action/differential-shellcheck#215 --- .github/workflows/lint.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 149d25c5..ab7dd860 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,6 +2,8 @@ name: Lint on: + push: + branches: [master] pull_request: branches: [master] @@ -12,6 +14,9 @@ jobs: shellcheck: runs-on: ubuntu-latest + permissions: + security-events: write + steps: - name: Repository checkout uses: actions/checkout@v3