1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

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
parent 9a094d44ef
commit 76958761f2
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"