ci: skip workflow on docs-only changes
CI / checks (push) Failing after 2m15s
CI / build (push) Failing after 12m59s

Ignore pushes and PRs that only touch markdown or docs/ so the runner queue stays clear.
This commit is contained in:
ginnoir
2026-07-04 23:40:10 -05:00
parent a58a91d8b8
commit c80070f5c3
+6
View File
@@ -3,7 +3,13 @@ name: CI
on: on:
push: push:
branches: [main] branches: [main]
paths-ignore:
- "**/*.md"
- "docs/**"
pull_request: pull_request:
paths-ignore:
- "**/*.md"
- "docs/**"
jobs: jobs:
checks: checks: