ci: remove duplicated runs by metcoder95 · Pull Request #2265 · nodejs/undici (original) (raw)

This relates to...

Rationale

I've noticed that the CI runs twice for each PR. Once following the push event and once following the pull_request event. We can scope the push to only main, next, and v* branches, meanwhile keeping pull_request events open.

image

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status