Archived
1
0

refactor: run security on package.json changes (#5602)

* refactor: run security on package.json changes

* fixup: add to main push too
This commit is contained in:
Joe Previte 2022-09-29 12:46:48 -07:00 committed by GitHub
parent 7f0c4d785f
commit 8629d6a474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,11 @@ name: Security
on:
push:
branches: [main]
paths:
- "package.json"
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths:
- "package.json"
schedule:
# Runs every Monday morning PST
- cron: "17 15 * * 1"