Skip to content

Commit 5ed99cf

Browse files
committed
test
1 parent 423a813 commit 5ed99cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ name: Check rustdocs
55
on:
66
push:
77
paths:
8-
- 'lambda*'
8+
- 'lambda-runtime/**'
9+
- 'lambda-runtime-api-client/**'
10+
- 'lambda-http/**'
11+
- 'lambda-events/**'
12+
- 'lambda-extension/**'
913
- 'Cargo.toml'
1014

1115
pull_request:

0 commit comments

Comments
 (0)