Update 同步release.yml

This commit is contained in:
dlgt7
2023-12-21 20:23:58 +08:00
committed by GitHub
parent 0e4a51ea7f
commit c440c9aeb8
+2 -2
View File
@@ -3,9 +3,9 @@ name: Merge upstream release→release
on:
# 推送代码后触发
push:
# 定时任务触发,使用 cron 规则,这里默认小时执行一次
# 定时任务触发,使用 cron 规则,这里默认12小时执行一次
schedule:
- cron: '0 * * * *'
- cron: '0 */6 * * *'
workflow_dispatch:
jobs: