chore(CI): sync to gitee everyday

This commit is contained in:
chenjiahan 2023-09-04 22:31:53 +08:00
parent 7f26716477
commit 874a5fc600

View File

@ -5,6 +5,10 @@ on:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
# Sync to gitee everyday
schedule:
- cron: '0 1 * * *'
workflow_dispatch:
jobs: