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 a630d4f commit 558bbeaCopy full SHA for 558bbea
.github/workflows/rust-nightly-check-test.yml
@@ -8,13 +8,15 @@ on:
8
paths:
9
- '.github/workflows/rust-nightly-check-test.yml'
10
- '**/*.rs'
11
+ - '**/*.md' # Test examples in markdowns included as API doc
12
- '**/Cargo.toml'
13
- '**/Cargo.lock'
14
pull_request:
15
branches: [ '**-nightly' ]
16
17
18
19
20
21
22
# Allows you to run this workflow manually from the Actions tab
0 commit comments