When set up tasks in bitbucket pipeline, I am not sure how to match two or more branches?
pipelines:
branches:
feature-*|hotfix-*:
- step:
...
I also tried (feature|hotfix)-* and master,hotfix-*
but above codes doesn't work. Are there any ways to do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.