0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-11 15:18:54 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

1
changelog.d/14571.misc Normal file
View file

@ -0,0 +1 @@
Run Rust CI when `Cargo.lock` changes. This is particularly useful for dependabot updates.