mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
build: only build frontend image on prod
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user