Commits that only affect markdown files shouldn't affect the result of
any builds or tests: skip build-and-test actions on commits that only
touch markdown files.
This should vastly reduce the time it takes to merge documentation PRs
into main, and it will also avoid wasting compute running tests on no-op
commits.
Commits that only affect markdown files shouldn't affect the result of any builds or tests: skip build-and-test actions on commits that only touch markdown files.
This should vastly reduce the time it takes to merge documentation PRs into main, and it will also avoid wasting compute running tests on no-op commits.
Inspired by https://github.com/3rdparty/eventuals/pull/168.