Skip to content

Commit 51ed77c

Browse files
committed
fix shellcheck workflow - don't run on new git tags
1 parent ddb55cb commit 51ed77c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: ShellCheck
33

44
on:
55
push:
6+
branches: [main, master]
67
paths:
78
- "**.sh"
89
- "**/scripts/**"
910
- ".github/workflows/shellcheck.yml"
1011
pull_request:
12+
branches: [main, master]
1113
paths:
1214
- "**.sh"
1315
- "**/scripts/**"

0 commit comments

Comments
 (0)