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

This commit is contained in:
Ke Sun
2026-04-27 17:48:35 +08:00
parent ce4a3daec7
commit 3d9882643e

View File

@@ -3,10 +3,7 @@ name: Sync to Gitee
on:
push:
branches:
- main # Production
- develop # Integration
- 'release/*' # Release preparation
- 'hotfix/*' # Urgent fixes
- '*' # All branchs
tags:
- '*' # All version tags (v1.0.0, etc.)