mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-02 07:01:28 -04: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
6
.github/workflows/node.js-tests.yml
vendored
6
.github/workflows/node.js-tests.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Node.js CI
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'renovate/**'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
Reference in New Issue
Block a user