diff --git a/.github/workflows/security-checks.yaml b/.github/workflows/security-checks.yaml index 8e6e628e..72684000 100644 --- a/.github/workflows/security-checks.yaml +++ b/.github/workflows/security-checks.yaml @@ -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'