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