Skip to content

Commit

Permalink
chore: don't do codeql scanning on push for dependabot branches (#511)
Browse files Browse the repository at this point in the history
* ignore codeql for dependabot branches

* Update .github/workflows/codeql-analysis.yml
  • Loading branch information
JohnRoesler committed Jun 9, 2023
1 parent f79bf56 commit 272915a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches-ignore: "dependabot/**"
pull_request:
paths-ignore:
- '**.md'
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
Expand Down

0 comments on commit 272915a

Please sign in to comment.