At the moment we can do the following:
workflows:
my-workflow:
when:
condition:
or:
- equal: [ dev, << pipeline.git.branch >> ]
However I would like the ability to use regex on the matching similar to how you can use regex in tag filters at the workflow level.