ci: skip workflow on docs-only changes
Ignore pushes and PRs that only touch markdown or docs/ so the runner queue stays clear.
This commit is contained in:
@@ -3,7 +3,13 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- "docs/**"
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
|
||||
Reference in New Issue
Block a user