Running tests on feature branches
问题 I have a build configuration with a test VCS root that connects to git branch dev , 3 build steps and 1 trigger. These are my build steps: Build tests Run tests Build & Deploy I would like to run all of these build steps for branch dev but only two of them (build and run tests) for branches matching feature/* . I want this to be displayed under my build configuration. So the build configuration has a default dev branch that runs tests and deploys, but the feature/* additional branches only