Is it possible to use regular expression to filter the trigger?

The document says that we can use wild card for branch names and tag names.

Is it possible to use regular expression to filter them?

1 Like

No, at this time only wildcard / glob is supported.

What would you need the regex for? Can you share a use case / example?

There are two main reasons that I want you to support regex.

1st, other services like circleci support regex so it is easy to move to bitrise because I can reuse the expression even it is possible to do same thing with wildcard.

2nd, I want to restrict the format. For example, for a release tag like /^v\d+.\d+.\d+.*/

Got it! I’d suggest you to create a #feature-request for it, that’s the best way to bump the priority of any feature request :slight_smile:

1 Like

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