Skip to content

Commit 34fe04e

Browse files
himekifeeclaude
andcommitted
ci: skip CI for documentation-only changes
Add paths-ignore to skip workflow runs when only README, LICENSE, or example files are modified. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7cc6b20 commit 34fe04e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/server-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ on:
55
branches: [main]
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- "**.md"
10+
- "LICENSE"
11+
- "example/**"
812
pull_request:
913
branches: [main]
14+
paths-ignore:
15+
- "**.md"
16+
- "LICENSE"
17+
- "example/**"
1018
workflow_dispatch:
1119
inputs:
1220
mc_version:

0 commit comments

Comments
 (0)