Skip to content

Commit e93c327

Browse files
committed
[ci] runs rust-audit when top-level Cargo files change
I figure having the `/` in there doesn't work
1 parent f51df7c commit e93c327

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rust-audit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ on:
66
pull_request:
77
paths:
88
- '.github/workflows/rust-audit.yml'
9-
- '**/Cargo.toml'
10-
- '**/Cargo.lock'
9+
- 'Cargo.toml'
10+
- 'Cargo.lock'
1111
push:
1212
branches:
1313
- main
1414
- wip/next
1515
paths:
1616
- '.github/workflows/rust-audit.yml'
17-
- '**/Cargo.toml'
18-
- '**/Cargo.lock'
17+
- 'Cargo.toml'
18+
- 'Cargo.lock'
1919
schedule:
2020
- cron: '0 6 * * 1'
2121

0 commit comments

Comments
 (0)