build: only build frontend image on prod

This commit is contained in:
Michael H.
2026-08-20 21:16:52 +02:00
parent 5181370293
commit 52e055b20f
+1 -2
View File
@@ -3,7 +3,7 @@ name: Frontend Docker
on:
push:
branches:
- main
# - main
- prod
paths:
- 'apps/frontend/**/*'
@@ -15,7 +15,6 @@ on:
- 'packages/blog/**/*'
- '**/pnpm-*.yaml'
- .github/workflows/frontend-docker.yml
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}