Skip to content

Commit e8a5bb5

Browse files
Kosthiclaude
andcommitted
ci: skip CI on documentation-only changes
Add paths-ignore for markdown files, LICENSE, .gitignore, and docs/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 21b964b commit e8a5bb5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,22 @@ name: CI
33
on:
44
push:
55
branches: [master]
6+
paths-ignore:
7+
- "**.md"
8+
- "CLAUDE.md"
9+
- "**/CLAUDE.md"
10+
- "LICENSE"
11+
- ".gitignore"
12+
- "docs/**"
613
pull_request:
714
branches: [master]
15+
paths-ignore:
16+
- "**.md"
17+
- "CLAUDE.md"
18+
- "**/CLAUDE.md"
19+
- "LICENSE"
20+
- ".gitignore"
21+
- "docs/**"
822

923
permissions:
1024
contents: read

0 commit comments

Comments
 (0)