feat: 修改发布工作流触发条件为推送标签

This commit is contained in:
nymiro
2025-10-23 18:26:49 +13:00
parent 9a8d45a9bd
commit 3d63404c51
+3 -2
View File
@@ -1,8 +1,9 @@
name: Publish pyheic-struct to PyPI name: Publish pyheic-struct to PyPI
on: on:
release: push:
types: [published] tags:
- "v*"
workflow_dispatch: workflow_dispatch:
jobs: jobs: