From 61fe17b7c5cadbb1c6a9b3501e98a4b03ce00542 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Wed, 28 Aug 2024 12:01:01 +1000 Subject: [PATCH] Update pypi_release.yaml similar to goose, only run release pipeline when version tagged --- .github/workflows/pypi_release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pypi_release.yaml b/.github/workflows/pypi_release.yaml index af775d9..74f8ca2 100644 --- a/.github/workflows/pypi_release.yaml +++ b/.github/workflows/pypi_release.yaml @@ -2,8 +2,6 @@ name: PYPI Release on: push: - branches: - - main tags: - 'v*'