Skip to content

Commit 7bfeeed

Browse files
committed
ci: skip cr on docs or test only changes
1 parent 454410c commit 7bfeeed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cr.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
pull_request:
88
branches: [main]
99
types: [opened, synchronize, labeled, ready_for_review]
10+
paths-ignore:
11+
- '.github/**'
12+
- '__tests__/**'
13+
- 'art/**'
14+
- 'docs/**'
15+
- '*.md'
1016

1117
permissions: {}
1218

0 commit comments

Comments
 (0)