We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fef21 commit 99a97c7Copy full SHA for 99a97c7
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: hugo CI
2
on:
3
- schedule:
4
- - cron: '30 8 1-7 * 5' # 每月的第一个星期五,UTC 08:30(北京时间 16:30)触发
+ # schedule:
+ # - cron: '30 8 1-7 * 5' # 每月的第一个星期五,UTC 08:30(北京时间 16:30)触发
5
push: # push的时候触发
6
branches: # 那些分支需要触发
7
- main
0 commit comments