Skip to content

Commit 558bbea

Browse files
authored
Update rust-nightly-check-test.yml
1 parent a630d4f commit 558bbea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
paths:
99
- '.github/workflows/rust-nightly-check-test.yml'
1010
- '**/*.rs'
11+
- '**/*.md' # Test examples in markdowns included as API doc
1112
- '**/Cargo.toml'
1213
- '**/Cargo.lock'
1314
pull_request:
1415
branches: [ '**-nightly' ]
1516
paths:
1617
- '.github/workflows/rust-nightly-check-test.yml'
1718
- '**/*.rs'
19+
- '**/*.md' # Test examples in markdowns included as API doc
1820
- '**/Cargo.toml'
1921
- '**/Cargo.lock'
2022
# Allows you to run this workflow manually from the Actions tab

0 commit comments

Comments
 (0)