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:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'CONTRIBUTING.md'
|
||||
|
||||
jobs:
|
||||
check-and-test:
|
||||
|
||||
Reference in New Issue
Block a user