From 860d8717380230299ef6d8fc56bea7b3beb3d86c Mon Sep 17 00:00:00 2001 From: talktao Date: Thu, 25 Aug 2022 20:49:39 +0800 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e9fdf1..38ad571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Build and Deploy on: # 监听 master 分支上的 push 事件 push: branches: - - master + - main jobs: build-and-deploy: runs-on: ubuntu-latest # 构建环境使用 ubuntu