#2127 added support for declaring environments.
We now want to allow people to declare the deployment branches of their environments.
TOML:
[[environments]]
name = "production"
[[environments.branches]]
name = "main"
I used the syntax [[environments.branches]] because there could be more branches per environment. Let me know if I'm missing something or you have a better syntax in mind.
UI screenshot:
