I have the following action on buildkite that automatically packs and deploy a package to repo manager every time a PR gets merged into master. But I would like that it was not run if my update is only a README.md update, is it possible to do so?
I have the following action on buildkite that automatically packs and deploy a package to repo manager every time a PR gets merged into master. But I would like that it was not run if my update is only a README.md update, is it possible to do so?