From 4b0fc118c45276df40b2ef39fe7a96c8ff7e97e8 Mon Sep 17 00:00:00 2001 From: xiangheng <11675084@qq.com> Date: Fri, 28 Jun 2024 13:04:41 +0800 Subject: [PATCH] =?UTF-8?q?main=E5=88=86=E6=94=AF=E6=89=8D=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 4b80e84..a3fdc97 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -6,7 +6,7 @@ on: # 在针对 `main` 分支的推送上运行。如果你 # 使用 `master` 分支作为默认分支,请将其更改为 `master` push: - branches: [dev] + branches: [main] # 允许你从 Actions 选项卡手动运行此工作流程 workflow_dispatch: