Developers working on feature branches will often push stuff that's not ready for merging, so I don't want to waste cycles building feature branches.
But when a developer submits a pull request, I do want to run a CI build on that branch, because that's now a candidate for merging into our main code base.
How do I set this up?
(Source control is Git / GitHub, though we are planning to migrate to Bitbucket at some point)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.