diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 8b3ac9ad..b3b7d3ca 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -8,11 +8,11 @@ name: "CodeQL" on: push: branches: - - main + - master pull_request: # The branches below must be a subset of the branches above branches: - - main + - master schedule: - cron: '0 23 * * 6'