Make CI run when rust-common is updated

CI is currently broken for labrinth, however
This commit is contained in:
Josiah Glosson
2025-01-27 12:21:53 -06:00
parent ab082e36ac
commit 77ba8e0ba0
2 changed files with 3 additions and 0 deletions

View File

@@ -7,11 +7,13 @@ on:
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
- 'apps/rust-common/**'
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
- 'apps/rust-common/**'
merge_group:
types: [checks_requested]

View File

@@ -11,6 +11,7 @@ on:
- 'apps/app-frontend/**'
- 'packages/app-lib/**'
- 'packages/app-macros/**'
- 'packages/rust-common/**'
- 'packages/assets/**'
- 'packages/ui/**'
- 'packages/utils/**'