update: workflow_dispatch only on missed workflow

This commit is contained in:
Matt Wiley 2025-03-31 12:00:17 -04:00
parent 50e69d867b
commit 3fa93acaf1

View File

@ -1,10 +1,10 @@
name: Release to PyPI
on:
push:
branches:
- main # or whatever branch you want to use
- pypi-release
on: workflow_dispatch
# push:
# branches:
# - main # or whatever branch you want to use
# - pypi-release
jobs:
release: