Skip to content

Commit 6829cfe

Browse files
only run zizmor workflow on workflow changes (#295)
1 parent adc39d6 commit 6829cfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/zizmor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: zizmor 🌈
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- ".github/workflows/**"
68
pull_request:
79
branches: ["*"]
10+
paths:
11+
- ".github/workflows/**"
812

913
jobs:
1014
zizmor:

0 commit comments

Comments
 (0)