Skip to content

Commit 8276ead

Browse files
toto-castaldiclaude
andcommitted
ci: skip pipeline for documentation-only changes
Add paths-ignore filter to skip CI/CD when only documentation files are changed (docs/**, *.md, CHANGELOG.md, LICENSE, .gitignore). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ebc9a24 commit 8276ead

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci-deploy.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ name: CI/CD
33
on:
44
push:
55
branches: [main, develop]
6+
paths-ignore:
7+
- 'docs/**'
8+
- '*.md'
9+
- 'CHANGELOG.md'
10+
- 'LICENSE'
11+
- '.gitignore'
612
pull_request:
713
branches: [main, develop]
14+
paths-ignore:
15+
- 'docs/**'
16+
- '*.md'
17+
- 'CHANGELOG.md'
18+
- 'LICENSE'
19+
- '.gitignore'
820

921
jobs:
1022
# ============================================

0 commit comments

Comments
 (0)