Hi!
I want to make push a build to the hockeyapp on every new commit on the pull request.
Note that many pull request can be opened concurrently.
I don’t want to create a new app on hockeyapp for every new pull request.
How would you approach this problem?
Thanks!
1 Like
Hi @maciejmyslinski,
You just have to drop in the Xcode Archive and the HockeyApp Deploy steps (in case of an iOS project) into the workflow which runs for your pull requests and that should be enough (you’ll of course have to provide the required input for HockeyApp, like the API token and HockeyApp AppID).
If you need info about how you can control which workflow is selected for the build, based on the branch, pull request, tag, etc. params you can find our guide here on our DevCenter: http://devcenter.bitrise.io/webhooks/trigger-map/
If you have any questions just let us know!