Skip to content

Commit a494bfa

Browse files
committed
ci: run ShellCheck on push only if target branch is main
1 parent 89349fa commit a494bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/differential-shellcheck.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: Differential ShellCheck
44
on:
55
push:
6+
branches: [ main ]
67
pull_request:
78
branches: [ main ]
89
merge_group:

0 commit comments

Comments
 (0)