From 0a339a93759533e541039ada3ecc8218b9a4339b Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Mon, 26 Aug 2024 20:46:58 +1000 Subject: [PATCH] conditionally publish only when config changes (#9) * conditionally publish only when config changes * only on tags --- .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 fc407c7d..d47641db 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*'