diff --git a/.github/workflows/npm_audit.yml b/.github/workflows/npm_audit.yml index 16c2b19..1a92e33 100644 --- a/.github/workflows/npm_audit.yml +++ b/.github/workflows/npm_audit.yml @@ -1,6 +1,12 @@ name: NPM audit scan -on: [push, pull_request] +on: + push: + branches: ["*"] + pull_request: + branches: ["*"] + schedule: + - cron: '0 9 * * 1' jobs: Run: