Browse Source

Update update_base.yml

quyuan01 1 year ago
parent
commit
26161da5a8
1 changed files with 3 additions and 2 deletions
  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: