ci: remove duplicated runs by metcoder95 · Pull Request #2265 · nodejs/undici (original) (raw)
This relates to...
- Duplicated CI runs
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.
Changes
- Remove duplicated CI triggers
Features
Bug Fixes
Breaking Changes and Deprecations
Status
- I have read and agreed to the Developer's Certificate of Origin
- Tested
- Benchmarked (optional)
- Documented
- Review ready
- In review
- Merge ready
