From 460e2e190c5d895bee0e9565776544496f27ba14 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Mon, 20 Oct 2025 20:22:07 +0200 Subject: [PATCH] ci: set workflow to be on workflow_dispatch --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c92cbef..6c82b8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,11 @@ name: Release -on: - push: - tags: - # Publish on any tag starting with a `v`, e.g., v1.2.3 - - v* +on: workflow_dispatch +# Uncomment and release to PyPI once caldav feature/httpx branch is merged +#on: + #push: + #tags: + #- v* jobs: pypi: