Sfoglia il codice sorgente

update github actions

Signed-off-by: niliovo <1791356563@qq.com>
niliovo 6 mesi fa
parent
commit
c596fce95f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/auto_build_docker_container.yml

+ 2 - 2
.github/workflows/auto_build_docker_container.yml

@@ -3,8 +3,8 @@ name: 自动构建docker镜像
 on:
   schedule:
     - cron: "36 18 * * 0"
-  #watch:
-  #  types: started
+  watch:
+    types: started
 #  workflow_dispatch:
 
   push:

粤ICP备19079148号