feat: 修改发布工作流触发条件为推送标签
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user