From 57d668a035816b3e3a53c5a6b4f165c5394d2a9d Mon Sep 17 00:00:00 2001 From: tedjmzhang <2273243363@qq.com> Date: Tue, 21 May 2024 01:05:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AFmaster=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6456ad6..8aabc98 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # 在针对 `main` 分支的推送上运行。如果你 # 使用 `master` 分支作为默认分支,请将其更改为 `master` push: - branches: [main] + branches: [master] # 允许你从 Actions 选项卡手动运行此工作流程 workflow_dispatch: