Skip to content

Commit 54f0591

Browse files
authored
Merge pull request #148 from id774/claude/github-actions-docs-ignore-g2jz1q
Skip CI workflows for documentation-only changes
2 parents 7875bb6 + e25ea37 commit 54f0591

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ name: CI
2222
on:
2323
push:
2424
branches: ['**']
25+
paths-ignore:
26+
- '**/*.md'
27+
- 'doc/**'
2528
pull_request:
29+
paths-ignore:
30+
- '**/*.md'
31+
- 'doc/**'
2632
workflow_dispatch:
2733

2834
permissions:

.github/workflows/plugins.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ name: Optional plugin dependencies
2020
on:
2121
push:
2222
branches: ['**']
23+
paths-ignore:
24+
- '**/*.md'
25+
- 'doc/**'
2326
pull_request:
27+
paths-ignore:
28+
- '**/*.md'
29+
- 'doc/**'
2430
workflow_dispatch:
2531

2632
permissions:

0 commit comments

Comments
 (0)