Skip to content

Commit a39e659

Browse files
vmcjeldering
authored andcommitted
Trigger shellcheck on all PRs
We now also target against possible other releases and on temporary branches in the project.
1 parent 3aef925 commit a39e659

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: 'Shellcheck'
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
pull_request_target:
8-
branches:
9-
- main
3+
on: [push, pull_request_target]
104

115
jobs:
126
shellcheck:

0 commit comments

Comments
 (0)