in ci/cd, do not run security checks if PRs do not change dependencies #48

This commit is contained in:
undergroundwires
2020-12-23 22:42:30 +01:00
parent a744415eb2
commit 54ba4dbb0b

View File

@@ -3,6 +3,7 @@ name: Security checks
on:
push:
pull_request:
paths: [ '/package.json', '/package-lock.json' ] # Allow PRs to be green if they do not introduce dependency change
schedule:
- cron: '0 0 * * 0'