Tag wildcards

Hi, I’d like to start certain workflows triggered by pushing a tag. Using the simple wildcard “*”, this works fine, but using something like “?.?.??” is not triggered when I push a tag “6.0.44” for example. I’d also like to use “negative” wildcards, so I can trigger a certain workflow when a tag does not contain “beta” for example. Is this possible?

Hi @mlab!

Can you please complete your report with a few build URLs that would exemplify this experience, so we can look into it? :slight_smile: Thanks!

Hi!
The goal is / was:
create a tag with name “6.0.42” -> trigger workflow prod, which builds and releases to production
create a tag with name “6.0.42-beta” -> trigger workflow beta, which builds and releases to beta

We now solved it by creating tags 6.0.42-beta and 6.0.42-prod, with triggers *-prod and *-beta, which is also fine for us.

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