Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trigger CI on pubspec.* changes (#230)
## Description Currently, our CI pipeline only runs when `*.dart` files are modified. This PR extends the CI trigger to include changes to `pubspec.*` files, ensuring that dependency updates are also properly tested. ## Summary (check all that apply) - [ ] Modified / added code - [ ] Modified / added tests - [ ] Modified / added examples - [x] Modified / added others (pubspec.yaml, workflows, etc...) - [ ] Updated README - [ ] Contains breaking changes - [ ] Created / updated migration guide - [ ] Incremented version number - [ ] Updated CHANGELOG
- Loading branch information