ci: set workflow to be on workflow_dispatch

This commit is contained in:
Chris Coutinho
2025-10-20 20:22:07 +02:00
parent 989b6de3c0
commit 460e2e190c
+6 -5
View File
@@ -1,10 +1,11 @@
name: Release name: Release
on: on: workflow_dispatch
push: # Uncomment and release to PyPI once caldav feature/httpx branch is merged
tags: #on:
# Publish on any tag starting with a `v`, e.g., v1.2.3 #push:
- v* #tags:
#- v*
jobs: jobs:
pypi: pypi: