Skip to content

Commit 8629d6a

Browse files
authored
refactor: run security on package.json changes (#5602)
* refactor: run security on package.json changes * fixup: add to main push too
1 parent 7f0c4d7 commit 8629d6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/security.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Security
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- "package.json"
68
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [main]
9+
paths:
10+
- "package.json"
911
schedule:
1012
# Runs every Monday morning PST
1113
- cron: "17 15 * * 1"

0 commit comments

Comments
 (0)