From ca18fec28317c86d1c2adfe95389b14a0650f9e9 Mon Sep 17 00:00:00 2001 From: gstory Date: Fri, 11 Feb 2022 18:07:57 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a768d21..d2f360c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,10 +1,7 @@ name: Publish to Pub.dev # 流程触发时机,当有标签创建时触发,如 v1.0.0。当然也可以选择别的触发时机,如 push,release 等 -on: - create - branches: - - master # 在 master 分支发生更新时执行此 action +on: create jobs: publishing: