Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading