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

Commit

Permalink
chore: Treat Cargo changes as Rust changes on CI
Browse files Browse the repository at this point in the history
The big difference is that dependency updates will trigger a CI run for Rust part.
  • Loading branch information
klochowicz committed Dec 9, 2022
1 parent 1bc3fbf commit 3c79dd7
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 3c79dd7

Please sign in to comment.