From 4ab241218d2258daec01190c591d5bd31829896b Mon Sep 17 00:00:00 2001 From: "shuo.xu" Date: Wed, 16 Oct 2024 15:28:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0yml?= 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 1059d8d..ff4c6c5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: # 每当 push 到 master 分支时触发部署 push: branches: - - master + - main # 当前流程要执行的任务,可以是多个。[my_first_job]就是一个任务 jobs: