Hi I have my main site deploying fine from my master branch but I also have a few branches that contain (very) old versions of my site which are just plain html, css that didn’t use any sort of generator or build tool.
Is there a way I can deploy these so they will be accessible using the branch deploy feature like so branch-name.domain-name?
Sure. You can set per-branch contexts in netlify.toml (File-based configuration | Netlify Docs), something like this were your branch called “old-branch-1”: