diff --git a/.github/workflows/njsscan.yml b/.github/workflows/njsscan.yml index 5cf6cee..32f1710 100644 --- a/.github/workflows/njsscan.yml +++ b/.github/workflows/njsscan.yml @@ -10,10 +10,10 @@ name: njsscan sarif on: push: - branches: [ "master", "devbot" ] + branches: [ "master", ] pull_request: # The branches below must be a subset of the branches above - branches: [ "master", "devbot" ] + branches: [ "master", ] schedule: - cron: '43 12 * * 6'