Skip to content

Commit a630d4f

Browse files
authored
Update rust-check-test.yml
1 parent efe9dda commit a630d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust-check-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
paths:
77
- '.github/workflows/rust-check-test.yml'
88
- '**/*.rs'
9+
- '**/*.md' # Test examples in markdowns included as API doc
910
- '**/Cargo.toml'
1011
- '**/Cargo.lock'
1112
pull_request:
1213
branches: [ '*', '!**-nightly' ]
1314
paths:
1415
- '.github/workflows/rust-check-test.yml'
1516
- '**/*.rs'
17+
- '**/*.md' # Test examples in markdowns included as API doc
1618
- '**/Cargo.toml'
1719
- '**/Cargo.lock'
1820

0 commit comments

Comments
 (0)