It’s possible & howto ?)
Hi @asmirnov,
Tags are not related to branches, tags are aliases for commits, which can be part of multiple branches. Even more importantly git services don’t treat tags as change on a specific branch, and so the webhooks sent for new (non annotated) tags don’t include any branch information, just the commit which was tagged.