Merge pull request #1136 from voidking/pr

bugfix: fix release trigger problem
This commit is contained in:
garylin2099 2024-03-29 19:56:41 +08:00 committed by GitHub
commit 6e3c16a580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,9 @@
name: Build and upload python package
on:
workflow_dispatch:
release:
types: [created]
types: [created, published]
jobs:
deploy: