Skip to content

Commit 0f8c9ff

Browse files
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

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
filters: |
3838
rust:
3939
- 'apps/desktop/src-tauri/**'
40+
- 'apps/desktop/rust-toolchain.toml'
4041
svelte:
4142
- 'apps/desktop/src/**'
4243
- 'apps/desktop/static/**'

0 commit comments

Comments
 (0)