diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 73ce7ec1f698..c3a36e5a34f7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,6 +14,9 @@ name: 'CI: CodeQL' on: push: branches: [develop] + branches-ignore: + # Ignore dependabot branches + - "dependabot/**" pull_request: # The branches below must be a subset of the branches above branches: [develop]