Parcourir la source

update github actions

Signed-off-by: niliovo <1791356563@qq.com>
niliovo il y a 6 mois
Parent
commit
c596fce95f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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号