Commit 0f8c9ff
committed
CI: trigger Rust job on rust-toolchain.toml changes
The `rust` paths-filter only watched `apps/desktop/src-tauri/**`, so
edits to `apps/desktop/rust-toolchain.toml` skipped the Rust CI jobs
entirely. The toolchain file shapes every Rust build on every runner;
not running the Rust suite when it changes is exactly backwards.
Add the toolchain file to the rust filter so PRs that touch it
actually exercise the jobs they affect.1 parent a23222e commit 0f8c9ff
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments