Description of the feature request
Right now, PR’s can only be initiated through triggers. I’d like to be able to kick off a build for any given workflow for a PR, so that I can have the PR always trigger tests but if I wanted to build an ipa before merging the PR I can kick off a workflow for that PR to build the app.
Use case / for what or how I would use it
Our PR workflow simply runs tests, sometimes I want to test the build after a merge but before merging it into the base branch.