更新工作流配置,只对released结尾的tag进行处理

This commit is contained in:
赵小蒙
2024-03-01 18:22:42 +08:00
parent cbbff0c13d
commit be265ff7fa
-3
View File
@@ -5,11 +5,8 @@ name: Python package
on:
push:
branches: [ "master" ]
tags:
- '*released'
pull_request:
branches: [ "master" ]
workflow_dispatch: