From fa0ba913c8614b59423a9f284b805f82e9064575 Mon Sep 17 00:00:00 2001 From: talktao Date: Thu, 25 Aug 2022 20:46:10 +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 51b8c69..18e087d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: vue3-vite-vant-ts-h5 on: # 监听 master 分支上的 push 事件 push: branches: - - master + - main jobs: build-and-deploy: runs-on: ubuntu-latest # 构建环境使用 ubuntu