From 5910e02a6652a079e7cd4d93e2b4c541756578d9 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sat, 20 Jun 2026 11:59:07 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20deploy=20=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20main=20=E5=88=86=E6=94=AF=E8=A7=A6?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 2e29362..44abebb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy on: push: - branches: [v2] + branches: [main, v2] jobs: deploy: -- 2.49.1