adikari / monorepo-diff-buildkite-plugin

Run separate pipelines for each folder in your monorepo
MIT License
202 stars 78 forks source link

Does glob exclude pattern not work on PATH? #95

Closed JoeffreyChaucer closed 1 year ago

JoeffreyChaucer commented 2 years ago

I'm trying to run a pr pipeline I would like that it would not run if my update is only an md file update example path: "**/*[!md]"

adikari commented 2 years ago

its not currently supported. There is some discussion related to globbing. https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/88