Ver código fonte

更新工作流配置

赵小蒙 1 ano atrás
pai
commit
bf9f4af1cb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/python-package.yml

+ 1 - 1
.github/workflows/python-package.yml

@@ -7,7 +7,7 @@ on:
   push:
     branches: [ "master" ]
     tags:
-      - '*'
+      - 'released'
   pull_request:
     branches: [ "master" ]
   workflow_dispatch: