浏览代码

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

赵小蒙 1 年之前
父节点
当前提交
be265ff7fa
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      .github/workflows/python-package.yml

+ 0 - 3
.github/workflows/python-package.yml

@@ -5,11 +5,8 @@ name: Python package
 
 on:
   push:
-    branches: [ "master" ]
     tags:
       - '*released'
-  pull_request:
-    branches: [ "master" ]
   workflow_dispatch: