CI: Skip dependabot PR branches. (#32006)

Also, reword Node.js setup step
This commit is contained in:
XhmikosR 2020-10-29 19:26:15 +02:00 committed by GitHub
parent 5076170d76
commit e993ca76e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 55 additions and 14 deletions

View file

@ -7,6 +7,8 @@ name: "CodeQL"
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: "0 2 * * 5"