Right now the iOS build workflow is only practical to run from main. I want to be able to pick a branch and push that branch's build to TestFlight so features can be tested on device before merging.
What I want:
- Select any branch when triggering the workflow and get that branch's code in TestFlight
- Keep a simple one-click path for the normal main build
- Ideally the build version or notes show which branch it came from, so builds are easy to tell apart in TestFlight
Right now the iOS build workflow is only practical to run from main. I want to be able to pick a branch and push that branch's build to TestFlight so features can be tested on device before merging.
What I want: