diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 01b315a..fb5f691 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -4,10 +4,8 @@ name: Semgrep on: pull_request: {} - push: - branches: ["master", "main"] schedule: - - cron: '0 2 * * 0' # scheduled for 02:00 UTC every day except Sunday + - cron: '0 2 * * 0' # Once a week at 2am. jobs: semgrep: