Skip to content

Commit c19d752

Browse files
windoze95claude
andcommitted
Skip CI for docs-only changes (README, LICENSE, .gitignore)
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 078d01f commit c19d752

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**.md'
8+
- 'LICENSE'
9+
- 'docs/**'
10+
- '.gitignore'
611
pull_request:
712
branches: [main]
13+
paths-ignore:
14+
- '**.md'
15+
- 'LICENSE'
16+
- 'docs/**'
17+
- '.gitignore'
818

919
concurrency:
1020
group: ci-${{ github.ref }}

.github/workflows/docker-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches: [main]
66
tags: ["v*"]
7+
paths-ignore:
8+
- '**.md'
9+
- 'LICENSE'
10+
- 'docs/**'
11+
- '.gitignore'
712

813
permissions:
914
contents: read

0 commit comments

Comments
 (0)