Parcourir la source

Update update_base.yml

quyuan01 il y a 1 an
Parent
commit
26161da5a8
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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: