Skip to content

Commit

Permalink
ignore dependabot PRs for codeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstrayer authored Aug 12, 2020
1 parent ddf7f04 commit 29752ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '0 21 * * 0'

Expand Down

0 comments on commit 29752ec

Please sign in to comment.