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