diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bba8c1f..7f2f148 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,10 +14,10 @@ name: "CodeQL" on: workflow_dispatch: push: - branches: [ master ] + branches: [ dev, master ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ dev, master ] schedule: - cron: '45 2 * * 2'