ci: Skip test workflow on markdown-only pushes
Docs-only pushes to main (**.md / CONTRIBUTING.md) do not need the full check-and-test job. Pull requests are unchanged.
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-and-test:
|
check-and-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user