From fe60d4f256735c1ecdb870aedd24ca48a139142d Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Fri, 23 Aug 2024 14:37:34 -0500 Subject: [PATCH] run on push to any branch --- .github/workflows/status-checks.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/status-checks.yaml b/.github/workflows/status-checks.yaml index fe51b97..a8583db 100644 --- a/.github/workflows/status-checks.yaml +++ b/.github/workflows/status-checks.yaml @@ -1,10 +1,6 @@ name: status checks on: push: - branches: - - master - - main - pull_request: permissions: contents: read @@ -38,13 +34,10 @@ jobs: uses: redhat-plumbers-in-action/differential-shellcheck@v5 with: token: ${{ secrets.GITHUB_TOKEN }} - exclude-path: ./config.sample.sh strict-check-on-push: true - triggering-event: manual - diff-scan: full - if: always() uses: actions/upload-artifact@v4 with: name: differential shellCheck SARIF - path: ${{ steps.ShellCheck.outputs.sarif }} \ No newline at end of file + path: ${{ steps.shellCheck.outputs.sarif }} \ No newline at end of file