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: paths:
- .github/workflows/labrinth-docker.yml - .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**' - 'apps/labrinth/**'
- Cargo.toml
- Cargo.lock
pull_request: pull_request:
types: [opened, synchronize] types: [opened, synchronize]
paths: paths:
- .github/workflows/labrinth-docker.yml - .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**' - 'apps/labrinth/**'
- Cargo.toml
- Cargo.lock
merge_group: merge_group:
types: [checks_requested] types: [checks_requested]