diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a8857d4aa..0ef803afe 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,13 +13,11 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "master", develop] pull_request: # The branches below must be a subset of the branches above - branches: [ "master" ] - schedule: - - cron: '17 21 * * 6' - + branches: [ "master", develop] + jobs: analyze: name: Analyze