diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 81649227..6d8693b4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,10 +12,8 @@ name: "CodeQL" on: - # push: - # branches: [ "main", "master" ] - schedule: - - cron: '0 0 * * *' + push: + branches: [ "master" ] pull_request: branches: '*'