1
0

Run Rust CI when Cargo.lock changes too (#14571)

* Run Rust CI when Cargo.lock changes too

* Changelog
This commit is contained in:
David Robertson
2022-11-28 11:47:16 +00:00
committed by GitHub
parent 7d24662fdd
commit 105ab1c3d2
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
rust:
- 'rust/**'
- 'Cargo.toml'
- 'Cargo.lock'
check-sampleconfig:
runs-on: ubuntu-latest