ソースを参照

Update update_base.yml

quyuan01 1 年間 前
コミット
26161da5a8
1 ファイル変更3 行追加2 行削除
  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: