ci/cd: only run checks when modifying rust code

This commit is contained in:
Xinrea
2025-09-22 23:51:43 +08:00
parent cfe1a0b4b9
commit b0355a919f

View File

@@ -1,7 +1,11 @@
name: Check
name: Rust Check
on:
push:
paths:
- "**/*.rs"
- "src-tauri/Cargo.toml"
- "src-tauri/Cargo.lock"
jobs:
check: