From bb8dada74fb16e1e070a0448e5e3991e770f3384 Mon Sep 17 00:00:00 2001 From: Oleksii Shmalko Date: Tue, 15 Oct 2024 15:06:19 +0300 Subject: [PATCH] chore(python): only release on new GitHub releases, not plain tags This should help with visibility as tags have much less information and are less visible. --- .github/workflows/python.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 594c389d..d7d3cea9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -13,9 +13,8 @@ on: push: branches: - main - - master - tags: - - '*' + release: + types: [published] pull_request: workflow_dispatch: