Skip to content

Commit decada9

Browse files
committed
ci: Fix paths config for security workflow
1 parent e10b13b commit decada9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/security.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ on:
99
- main
1010
paths:
1111
- '**/Cargo.toml'
12-
- '.github/workflows/rust-security.yml'
12+
- 'deny.toml'
13+
- '.github/workflows/security.yml'
1314
pull_request:
1415
paths:
1516
- '**/Cargo.toml'
16-
- '.github/workflows/rust-security.yml'
17+
- 'deny.toml'
18+
- '.github/workflows/security.yml'
1719

1820
jobs:
1921
security_audit:

0 commit comments

Comments
 (0)