nodenv / node-build

Install NodeJS versions
MIT License
268 stars 80 forks source link

sync-master workflow #872

Closed jasonkarns closed 4 months ago

jasonkarns commented 4 months ago

node-build's default branch has been renamed from master to main.

Because git is not just used by contributors to node-build, but as an installation mechanism, we want to keep the master branch around so as to not break folks' existing installations.

This workflow will force-sync every main commit over to the master ref. This way master continues to exist and be updated, whereas new installs of node-build will use main as the default branch.