Skip to content

Commit 6570947

Browse files
committed
chore: Update test workflow cargo files pattern
1 parent 9157ab5 commit 6570947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77
- '.github/workflows/*.yml'
88
- '**/*.rs'
99
- '**/*.md' # Test examples in markdowns included as API doc
10-
- '**/Cargo.toml'
11-
- '**/Cargo.lock'
10+
- 'Cargo.toml'
11+
- 'Cargo.lock'
1212
pull_request:
1313
branches: [ '*' ]
1414
paths:
1515
- '.github/workflows/*.yml'
1616
- '**/*.rs'
1717
- '**/*.md' # Test examples in markdowns included as API doc
18-
- '**/Cargo.toml'
19-
- '**/Cargo.lock'
18+
- 'Cargo.toml'
19+
- 'Cargo.lock'
2020
# Allows you to run this workflow manually from the Actions tab
2121
schedule:
2222
- cron: '0 0 * * *'

0 commit comments

Comments
 (0)