mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
As I understand it, `master` is the implicit default on the API side. But there's been an effort to use `main` or other names, xref https://sfconservancy.org/news/2020/jun/23/gitbranchname/ The client will clone the default branch, but this can cause problems around things like webhooks because the build API object is still watching for the implicit `master`. Make this explicit, in the hopes that people know to change it to `main` when they need to.