소스 검색

更新工作流配置,只对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: