Browse Source

原来 工作日更新 改为 每日更新

jianboy 2 years ago
parent
commit
8ceb396497
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -6,7 +6,7 @@ on:
   pull_request:
     branches: [ master ]
   schedule:
-  - cron: "0 2 * * 1-5"
+  - cron: "0 2 * * *"
 
 jobs:
   build: