I’ve also tried all_branches: true instead of tags: true, with and without slashes surrounding the regex, a standalone condition: (i.e., eliminating the line above), etc… The pattern never seems to match. I’d love to know what I’m missing here.
More testing is required, but I think I’ve isolated the problem to the regex itself - specifically its syntax. In the above, I’m using \d, which PCRE, but not POSIX. Early testing indicates that only POSIX might be supported here which makes sense if it’s run via bash under the hood.
Anyway, thought I’d follow up with what I think I know since it’s been a minute.