In Bitbucket it is possible to define default tasks at project and repository level.
Additionally you can use also branch pattern there for both source and target branch.
How can I setup a branch-pattern for a default task such that it applies to either master OR release/* branch?
(This in order to avoid have multiple default tasks defined each for one of the branch-patterns)