I configured Jenkins to build on Github pushes.
refspec: default
branch specifier: **
I also enabled the option to build on every github push.
I see that it only pulls my branches and not tags, but any time I add/delete a tag it triggers a build with the latest revision (not even the tag commit). How do I disable that?