ci: add GitHub Actions workflow to sync all branches and tags to Gitee
This commit is contained in:
5
.github/workflows/sync-to-gitee.yml
vendored
5
.github/workflows/sync-to-gitee.yml
vendored
@@ -3,10 +3,7 @@ name: Sync to Gitee
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Production
|
- '*' # All branchs
|
||||||
- develop # Integration
|
|
||||||
- 'release/*' # Release preparation
|
|
||||||
- 'hotfix/*' # Urgent fixes
|
|
||||||
tags:
|
tags:
|
||||||
- '*' # All version tags (v1.0.0, etc.)
|
- '*' # All version tags (v1.0.0, etc.)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user