test 百度链接推送

This commit is contained in:
xugaoyi 2019-12-25 23:05:47 +08:00
parent 952987527f
commit e4c5a6ffa9
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -3,10 +3,10 @@ name: CI
#on: [push]
# 在master分支发生push事件时触发。
# on:
# push:
# branches:
# - master
on:
push:
branches:
- master
jobs: # 工作流
build: # 自定义名称