Sfoglia il codice sorgente

Update update_base.yml

quyuan01 1 anno fa
parent
commit
26161da5a8
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      .github/workflows/update_base.yml

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

@@ -3,8 +3,9 @@
 
 name: update-base
 on:
-  release:
-    types: [published]
+  push:
+    tags:
+      - '*released'
   workflow_dispatch:
 jobs:
   pdf-test: