ci: add GitHub Actions workflow to sync all branches and tags to Gitee

This commit is contained in:
Ke Sun
2026-04-28 16:44:50 +08:00
parent d6ef0f4923
commit 4048a10858

View File

@@ -3,9 +3,9 @@ name: Sync to Gitee
on: on:
push: push:
branches: branches:
- '*' # All branchs - '**' # All branchs
tags: tags:
- '*' # All version tags (v1.0.0, etc.) - '**' # All version tags (v1.0.0, etc.)
jobs: jobs:
sync: sync: