Skip to content

Commit 3db6573

Browse files
authored
ci: skip CI on website-only changes (#1588)
1 parent 8317627 commit 3db6573

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- 'skills/**'
9+
- 'website/**'
910
- '**/*.md'
1011
- '**/*.mdx'
1112
- '.cursor/**'
@@ -14,6 +15,7 @@ on:
1415
paths-ignore:
1516
- 'docs/**'
1617
- 'skills/**'
18+
- 'website/**'
1719
- '**/*.md'
1820
- '**/*.mdx'
1921
- '.cursor/**'

.github/workflows/license-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths-ignore:
77
- 'docs/**'
88
- 'skills/**'
9+
- 'website/**'
910
- '**/*.md'
1011
- '**/*.mdx'
1112
- '.cursor/**'
@@ -14,6 +15,7 @@ on:
1415
paths-ignore:
1516
- 'docs/**'
1617
- 'skills/**'
18+
- 'website/**'
1719
- '**/*.md'
1820
- '**/*.mdx'
1921
- '.cursor/**'

0 commit comments

Comments
 (0)