quyuan 1 年之前
父節點
當前提交
915b630ae3
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      .github/workflows/update_base.yml

+ 4 - 3
.github/workflows/update_base.yml

@@ -3,8 +3,9 @@
 
 name: PDF
 on:
-release:
-  types: [published]
+  push:
+    tags:
+      - 'v*'
 
 jobs:
   pdf-test:
@@ -16,5 +17,5 @@ jobs:
     - name: update-base
       uses: actions/checkout@v3
       run: |
-          python update_base.py
+          echo "start test"