feat: 修改发布工作流触发条件为推送标签
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: Publish pyheic-struct to PyPI
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user