Skip to content

Commit 1f49e34

Browse files
committed
ci: skip core CI for docs-only PRs
1 parent f74f4e0 commit 1f49e34

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: CI
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- "docs/**"
7+
- "website/**"
8+
- "README.md"
9+
- ".github/actions/build-docs/action.yml"
10+
- ".github/workflows/deploy.yml"
11+
- ".github/workflows/pr-preview.yml"
12+
- ".github/workflows/pr-preview-cleanup.yml"
513
push:
614
branches:
715
- main

0 commit comments

Comments
 (0)