Registry multiple orbs from different branches on the same GitHub project

Hello,

I would like to know if it’s possible to registry multiple orbs (private orbs) from different branches inside the same project.

Example:
I have one project and inside it I have multiple branches and I would like to registry an orb for each one of those branches, something like:
myrepository/myproject-branch1@(…)

myrepository/myproject-branch2@(…)

myrepository/myproject-branch3@(…)

Also, can I register the orbs from a project on GitHub that already exists and have contents?

I’m following this documentation but this questions aren’t clear to me.

Thank you,

Best Regards,

Catarina

Are you talking about using or publishing the orbs?

If I’m understanding right, and you want to have a single repo with multiple orbs, I would say it’s probably easiest / better to setup a monorepo-like structure / publishing setup vs. using a branch per orb (or just do single repo per orb).

It’s probably possible to do what you want - you’d have a different publish workflow in each branch to publish the specific orb you’re trying to publish. Whether it’s a good idea, I’m less sure about.