From bc8e59c70cefc70535db9e5cf432ce6064ed068a Mon Sep 17 00:00:00 2001 From: liubocheng <22913113@qq.com> Date: Fri, 4 Apr 2025 22:09:47 +0800 Subject: [PATCH] =?UTF-8?q?main:=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-dev.yml b/.gitea/workflows/deploy-dev.yml index bcad170..90e4181 100644 --- a/.gitea/workflows/deploy-dev.yml +++ b/.gitea/workflows/deploy-dev.yml @@ -1,7 +1,7 @@ name: Deploy to Test on: push: - branches: [dev] + branches: [main] jobs: deploy: @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 with: # 指定分支、标签或提交哈希 - ref: dev + ref: main # 拉取深度(节省时间与带宽) fetch-depth: 0 # 0 表示拉取完整的历史