SIGN IN SIGN UP

ci: treat rust-toolchain changes as Rust source changes (#2009)

The change-detection paths filter did not list rust-toolchain.toml, so a
toolchain-only pull request reported no backend/core/tauri change and every
Rust job was skipped. PR #2003 bumped the toolchain to 1.98.0, went green in
48s without compiling anything, and was auto-merged; the new clippy lints only
surfaced on the develop push, after the merge.

Add rust-toolchain* to the backend, core, and tauri filters so a toolchain
bump runs rust-format, lint-core, test-core, lint-tauri, and test-tauri before
merge.
S
shm committed
465a74ca705b7cab21f3b8774b1e22a32a9ec6b4
Parent: cbf84bb
Committed by GitHub <noreply@github.com> on 8/24/2026, 3:01:55 PM