fix(build): build on cargo.toml modifications

This commit is contained in:
Michael H.
2025-10-20 18:59:02 +02:00
parent 859d7f57cf
commit 19393a38bb

View File

@@ -7,11 +7,15 @@ on:
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
- Cargo.toml
- Cargo.lock
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
- Cargo.toml
- Cargo.lock
merge_group:
types: [checks_requested]