We have a feature branch were development is done and we want to do a pull request when merging to develop branch. As part of Pull Request there is build validation. I created a separate build definition for building feature branches
Since I only what feature branches to be build by this build definition the only option i have it use "feature/*" under "Enable continuous integration".
The problem with this approach is that the build is triggered twice once during check in another during pull request. This I feel is a way of time and resources. I would prefer that the build definition ran only during pull request and built the feature branch.
If my approach in configuration is gone please suggest.


