remove on push

This commit is contained in:
Ghlerrix
2023-08-09 13:43:30 +08:00
parent c2bc5764a2
commit 86f97ea8c6

View File

@@ -4,7 +4,7 @@ name: baidupush
# 两种触发方式一、push代码二、每天国际标准时间23点北京时间+8即早上7点运行
on:
push:
# push:
schedule:
- cron: '0 23 * * *' # https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule
workflow_dispatch: