Skip to content

Commit

Permalink
fix: actionlint and shellcheck workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed May 9, 2024
1 parent 550a70c commit 125cf19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: Actionlint
on:
push:
branches:
- 'master'
- 'main'
paths:
- '.github/**'
pull_request:
paths:
- '.github/**'
merge_group:

jobs:
actionlint:
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ name: ShellCheck
on:
push:
branches:
- 'master'
paths:
- '.github/**'
- 'main'
pull_request:
paths:
- '.github/**'
merge_group:

jobs:
lint:
Expand All @@ -17,4 +12,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: azohra/[email protected]
uses: azohra/[email protected]

0 comments on commit 125cf19

Please sign in to comment.