Skip to content

Commit e3a3423

Browse files
committed
chore: run always in PR if some script is changed
1 parent c810e24 commit e3a3423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Shellcheck
22
on:
3-
push:
3+
pull_request:
44
paths:
55
- '**/*.sh'
66
- 'scripts/**'

0 commit comments

Comments
 (0)