Skip to content

Commit 8ccc0a2

Browse files
committed
chore: Spesifisere når zizmore kjører på push og pull request
Passer på at den kun kjører når det er endringer på actions og workflows
1 parent 8cb5b2d commit 8ccc0a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/zizmor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches: ["main"]
66
paths:
7-
- ".github/**"
7+
- ".github/actions/**"
8+
- ".github/workflows/**"
89
pull_request:
910
branches: ["**"]
1011
paths:
11-
- ".github/**"
12+
- ".github/actions/**"
13+
- ".github/workflows/**"
1214

1315
jobs:
1416
zizmor:

0 commit comments

Comments
 (0)