Skip to content

Commit f818d5b

Browse files
authored
chore: zizmor action for PRs (#85)
1 parent 113181f commit f818d5b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/zizmor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- "main"
7+
paths:
8+
- ".github/workflows/**"
79
pull_request:
810
branches:
9-
- "**"
11+
- "main"
12+
paths:
13+
- ".github/workflows/**"
1014

1115
permissions: {}
1216

0 commit comments

Comments
 (0)