Skip to content

Commit

Permalink
ci(codeql): ignore on push events for dependabot branches (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 25, 2022
1 parent 38368e8 commit e3ff923
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
@@ -1,7 +1,9 @@
name: Code scanning - action
"on":
push: null
pull_request: null
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: 0 19 * * 0
jobs:
Expand Down

0 comments on commit e3ff923

Please sign in to comment.