Skip to content

Commit

Permalink
增加手动执行
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxft committed Aug 9, 2024
1 parent 61d1d98 commit 548963d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/daily-data-fetch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Daily Data Fetch
on:
schedule:
- cron: "0 0 * * *" # 每天 00:00 UTC 触发一次
# allows to manually run the job at any time
workflow_dispatch:

push:
branches:
- main # 当推送到 main 分支时触发工作流
Expand Down

0 comments on commit 548963d

Please sign in to comment.