Closed JoeffreyChaucer closed 1 year 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]"
path: "**/*[!md]"
its not currently supported. There is some discussion related to globbing. https://github.com/chronotc/monorepo-diff-buildkite-plugin/pull/88
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]"