Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Merge #569
Browse files Browse the repository at this point in the history
569: chore: Treat Cargo changes as Rust changes on CI r=klochowicz a=klochowicz

The big difference is that dependency updates will trigger a CI run for Rust part.

Co-authored-by: Mariusz Klochowicz <[email protected]>
  • Loading branch information
bors[bot] and klochowicz authored Dec 9, 2022
2 parents 702c9e3 + 3c79dd7 commit fa4a395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ jobs:
- '.github/workflows/**'
- 'rust/**'
- 'rust-toolchain.toml'
- 'Cargo.*'
maker:
- '.github/workflows/**'
- 'maker/**'
- 'rust-toolchain.toml'
- 'Cargo.*'
flutter:
- '.github/workflows/**'
- 'lib/**'
Expand Down

0 comments on commit fa4a395

Please sign in to comment.