We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe9dda commit a630d4fCopy full SHA for a630d4f
.github/workflows/rust-check-test.yml
@@ -6,13 +6,15 @@ on:
6
paths:
7
- '.github/workflows/rust-check-test.yml'
8
- '**/*.rs'
9
+ - '**/*.md' # Test examples in markdowns included as API doc
10
- '**/Cargo.toml'
11
- '**/Cargo.lock'
12
pull_request:
13
branches: [ '*', '!**-nightly' ]
14
15
16
17
18
19
20
0 commit comments