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
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: