Skip to content

Commit acf660d

Browse files
authored
Merge branch 'main' into jsjoeio/fixes
2 parents fc0e48e + 8629d6a commit acf660d

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)