Run some workflow on TAG only in some branch

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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.