ci: set workflow to be on workflow_dispatch
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user