更新 workflow

This commit is contained in:
whyour 2023-02-07 21:52:24 +08:00
parent 1bc64a23e3
commit 46c9774efa

View File

@ -3,15 +3,12 @@ name: Build And Push Docker Image
on: on:
push: push:
branches: branches:
- 'master'
- 'develop' - 'develop'
tags: tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
schedule: schedule:
# 参考 https://jasonet.co/posts/scheduled-actions/ # 参考 https://jasonet.co/posts/scheduled-actions/
# note: 这里是GMT时间北京时间减去八小时即可。如北京时间 22:30 => GMT 14:30 - cron: '00 14 * * *' # GMT 15:00 => 北京时间 23:00
# minute hour day month dayOfWeek
- cron: '00 14 * * *' # GMT 14:00 => 北京时间 22:00
workflow_dispatch: workflow_dispatch:
jobs: jobs: