Skip to content

Commit 13b593c

Browse files
Update docker.yaml
1 parent c431309 commit 13b593c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [ main ]
7+
schedule:
8+
# 每天UTC时间0点执行
9+
- cron: '0 0 * * *'
10+
711

812

913
env:

0 commit comments

Comments
 (0)