Skip to content

Commit b6a2b11

Browse files
authored
Update ci.yml
1 parent 6f84786 commit b6a2b11

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: AutoUpdateLantern
22

33
on:
4-
# 不能on push,有自动 push,避免死循环
4+
# 测试用
55
watch:
66
types: started
7-
8-
env:
9-
NEW_VERSION: Default
7+
# 每天更新
8+
schedule:
9+
- cron: '0 8 * * *'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)