diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d53c5453c..5738a05b6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,12 +1,9 @@ name: "CodeQL" on: - push: - branches: [ master ] - pull_request: - branches: [ master ] schedule: - - cron: '0 0 * * 0' + - cron: '0 0 */2 * *' + jobs: analyze: