fix: Run CI on all Cargo.toml changes

This commit is contained in:
Arne Beer 2022-11-21 23:53:20 +01:00
parent ce4937a722
commit 3f28268fc1
No known key found for this signature in database
GPG key ID: CC9408F679023B65
3 changed files with 12 additions and 12 deletions

View file

@ -8,14 +8,14 @@ on:
paths:
- ".github/**/*"
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- ".github/**/*"
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
publish:

View file

@ -8,14 +8,14 @@ on:
paths:
- ".github/**/*"
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- ".github/**/*"
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
linting:

View file

@ -8,14 +8,14 @@ on:
paths:
- ".github/**/*"
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- ".github/**/*"
- "**.rs"
- "Cargo.toml"
- "Cargo.lock"
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
publish: