So I know with BitBucket pipelines I can target tags and branches individually but I can't seem to figure out from the documentation how to make tags specific to a branch. This way if someone uses the tag on a different branch it doesn't trigger the build pipeline as it is on an incorrect branch.
Does anyone know if this is possible and how to go about it?