Merge pull request #3 from 8451LLC/feature/enable-gh-actions

update: workflow_dispatch only on missed workflow
This commit is contained in:
Matt Wiley 2025-03-31 12:03:45 -04:00 committed by GitHub
commit fa6906cf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: