updating docker compose

This commit is contained in:
2025-12-29 21:56:04 -06:00
parent fec99878de
commit cf8e50fb9c
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
uses: ./.github/workflows/changes.yaml
build:
if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true' }}
if: ${{ needs.changes.outputs.api == 'true' || needs.changes.outputs.client == 'true' }}
name: build
needs:
- changes