Skip to content

Commit e868ca1

Browse files
committed
update github action
1 parent 6f84786 commit e868ca1

2 files changed

Lines changed: 4 additions & 41 deletions

File tree

.github/workflows/ci.yml

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

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

811
env:
912
NEW_VERSION: Default

.travis.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)