Browse Source

update github actions

Signed-off-by: niliovo <1791356563@qq.com>
niliovo 6 months ago
parent
commit
c596fce95f
1 changed files with 2 additions and 2 deletions
  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号