From 36f7987fae043b1b0a03af272d6637da74e35ed9 Mon Sep 17 00:00:00 2001 From: Peter Kok Date: Thu, 6 Jun 2024 15:40:19 +0200 Subject: [PATCH] Publish on release branch push --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9a1a57..0433d27 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,8 +6,7 @@ name: Publish to PyPI on: push: - tags: - - "v*.*.*" # Push tags like v1.0.0 + branches: [ release ] jobs: build-and-test: