So when I create a branch in my repo - it's either a bugfix or a feature. The thing to note is it could either branch from master or X. In team city I want to do a branch specification so that I will only build if the feature or bug fix came from X not from master, I am wondering if perhaps it is something like:
+: feature* ^X
+: bugfix* ^X
Or if there is a different way of handling this, please advise. I want to build if a bugfix or a feature came off of a specific branch.
thanks