Skip to content

Commit afd7f37

Browse files
committed
refactor: run security on package.json changes
1 parent b6aeb4b commit afd7f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
# The branches below must be a subset of the branches above
8-
branches: [main]
7+
paths:
8+
- "package.json"
99
schedule:
1010
# Runs every Monday morning PST
1111
- cron: "17 15 * * 1"

0 commit comments

Comments
 (0)