Skip to content

Commit

Permalink
ci(codeql): ignore on push events for dependabot branches (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Mar 27, 2022
1 parent fb9fd94 commit 135a2e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Code scanning - action"

on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: '0 19 * * 0'
Expand Down

0 comments on commit 135a2e5

Please sign in to comment.