From 10d074596681d1bb00c2993baf30073b7c15c244 Mon Sep 17 00:00:00 2001 From: robotcator Date: Mon, 17 Oct 2022 17:39:08 +0800 Subject: [PATCH] using tag trigger rather than push trigger --- .github/workflows/publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca412ce..72df605 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,12 +5,9 @@ name: Python Package on: - # create: - # tags: - # - '**' - push: - branch: - publish + create: + tags: + - '**' jobs: release: