Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
batcom committed Sep 18, 2024
1 parent 74db940 commit 54976f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Process Content
on:
push:
branches:
- main # 可以指定触发工作流的分支
- master # 可以指定触发工作流的分支
schedule:
- cron: '*/2 * * * *' # 每 2 分钟触发一次(注意 GitHub Actions 的最小时间粒度为 1 分钟)

Expand Down

0 comments on commit 54976f9

Please sign in to comment.