Skip to content

Commit f0f67bc

Browse files
d-v-bmaxrjones
andauthored
Update .github/workflows/zizmor.yml
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
1 parent 345ee4c commit f0f67bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/zizmor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ name: GitHub Actions Security Analysis
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- '.github/workflows/**'
8+
- '.github/actions/**'
69
pull_request:
710
branches: ["**"]
11+
paths:
12+
- '.github/workflows/**'
13+
- '.github/actions/**'
14+
workflow_dispatch:
815

916
permissions: {}
1017

0 commit comments

Comments
 (0)