ci: switch deployment workflow from main to dev

This commit is contained in:
chengkml
2026-05-01 10:31:56 +08:00
parent 4b8b6f7210
commit 792f5037c7
3 changed files with 27 additions and 2 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: fquiz 镜像构建与部署
on:
push:
branches:
- main
- dev
workflow_dispatch:
concurrency:
@@ -79,7 +79,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build-and-push
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/dev'
steps:
- name: 校验部署参数
env: