diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 28eb99c..e9cfab7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,12 +13,12 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ dev, 'dependabot/**' ] pull_request: # The branches below must be a subset of the branches above - branches: [ master, 'dependabot/**' ] - schedule: - - cron: '00 3 * * 6' + branches: [ dev, 'dependabot/**' ] + # schedule: + # - cron: '00 3 * * 6' jobs: analyze: