Hi there,
You can already do most of this with (for example):
Refspec: +refs/tags/beta/*:refs/remotes/origin/tags/beta/*
Branch spec: */tags/beta/*
We use that config to cause a build only when a new tag called
"beta/whatever" is pushed. No branches are built.
I think the one thing missing that you've added is the full wildcard
support. So maybe it would be better to add generic full wildcard
support to ref- and branch-specs, rather than adding this tag-specific
feature?
Maybe Nicolas has some other ideas...
Regards,
Chris