chore(release): rename pre-release branch to pre
Docker Image / Build and Push Docker Image (push) Successful in 2m2s

This commit is contained in:
Codex
2026-07-22 10:56:59 +08:00
parent 291f268cce
commit adfb230908
9 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- test
- pre
workflow_dispatch:
jobs:
@@ -48,7 +48,7 @@ jobs:
DEPLOY_ENV="prod"
NEXT_ENV_FILE=".env.production"
;;
test)
pre)
DEPLOY_ENV="test"
NEXT_ENV_FILE=".env.local"
;;