mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 00:05:28 -05:00
fix(tools): ignore renovate (#42008)
Ignore the branches renovate creates for the push events.
This commit is contained in:
committed by
GitHub
parent
3da4be21bb
commit
4ed75cb79f
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -2,6 +2,8 @@ name: CodeQL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 20 * * 5'
|
||||
|
||||
Reference in New Issue
Block a user