paths filters keep a docs change from running the full suite
A typo fix in the README does not need the integration tests.
on:
pull_request:
paths-ignore:
- "**.md"
- "docs/**"Careful with required checks: a workflow that does not run reports nothing, and branch protection treats that as missing. Either make the check conditional inside the job or keep it out of the required list.
ci