Skip to content

Commit 49fca86

Browse files
jan-janssenclaude
andauthored
Skip CI pipeline when only docs files are changed (#1011)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 74dda24 commit 49fca86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Pipeline
33
on:
44
push:
55
branches: [ main ]
6+
paths-ignore:
7+
- 'docs/**'
68
pull_request:
9+
paths-ignore:
10+
- 'docs/**'
711

812
jobs:
913
black:

0 commit comments

Comments
 (0)