We have a lot of developers creating feature branches that I would like to build. Nightly we run a code quality tool that needs to run on every branch. I also would not like a s
The ** for branch specifier will run against all branches AND all tags. If you just want branches, use a branch specifier of refs/heads/*