Skip to content

Commit

Permalink
ci(codeql): ignore on push events for dependabot branches (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 25, 2022
1 parent 302678c commit 2754fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Expand Up @@ -3,6 +3,8 @@ name: "Code scanning - action"
on:
push:
pull_request:
branches-ignore:
- "dependabot/**"
schedule:
- cron: '0 19 * * 0'

Expand Down

0 comments on commit 2754fcd

Please sign in to comment.