From 9ce32f312d5b0dcb9e828793ef0c7bd8b1e2c294 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Tue, 31 Oct 2023 18:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=B0pypi=E7=9A=84github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ff2516b..653d9f0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,8 +3,6 @@ name: Publish on: # 当master分支有push时,触发action push: - branches: - - master tags: - 'v*' # 以 'v' 开头的标签触发工作流程