Open
Description
Describe the solution you'd like
I'd like the ability to create a new build in app center each time a pull request is merged in master.
We'd want to have a build for each pull request for my company's mobile apps repo. This would be called something like continuous.
In app center I only see options for configuring if you want to build on every push, or only when you manually queue a build

Is there a way to achieve this? Perhaps with the use of a build script?
Describe alternatives you've considered
N/A
Additional context
We want to have the ability so we can do regression testing if an issue crops up in the mobile apps. We can effectively bisect issues without having to do local git-bisects and build the app which takes a long time.