misc: don't run actions when we don't need to

This commit is contained in:
2026-04-25 23:21:00 -04:00
Unverified
parent 521b0b696c
commit 88624a3753
2 changed files with 20 additions and 0 deletions

View File

@@ -2,7 +2,17 @@ name: Cargo Check
on:
push:
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- ".rustfmt.toml"
pull_request:
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- ".rustfmt.toml"
jobs:
cargo-check: