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: on:
push: push:
branches: branches:
- main # - main
- prod - prod
paths: paths:
- 'apps/frontend/**/*' - 'apps/frontend/**/*'
@@ -15,7 +15,6 @@ on:
- 'packages/blog/**/*' - 'packages/blog/**/*'
- '**/pnpm-*.yaml' - '**/pnpm-*.yaml'
- .github/workflows/frontend-docker.yml - .github/workflows/frontend-docker.yml
workflow_dispatch:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}