Skip to content

Commit

Permalink
run on push to any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Aug 23, 2024
1 parent d6546c5 commit fe60d4f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/status-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: status checks
on:
push:
branches:
- master
- main
pull_request:

permissions:
contents: read
Expand Down Expand Up @@ -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 }}
path: ${{ steps.shellCheck.outputs.sarif }}

0 comments on commit fe60d4f

Please sign in to comment.