设置定时任务,每天中午12点checkout最新代码构建

pull/287/head
10bits 4 years ago committed by GitHub
parent f2679650f9
commit 94372af28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/legado.yml

@ -8,6 +8,8 @@ on:
- '3.*'
watch:
types: [started]
schedule:
- cron: '0 12 * * *'
jobs:
build:

Loading…
Cancel
Save