Batches: Workspaces should allow to be defined by pathPatterns
Created by: eseliger
Instead of just relying on the existence of a certain file in directories, I think we should also allow path patterns to be defined.
Works like:
- pathPattern: client/*
returns:
- client/web
- client/browser
- ...