Ver código fonte

Update update_base.yml

quyuan01 1 ano atrás
pai
commit
26161da5a8
1 arquivos alterados com 3 adições e 2 exclusões
  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: