diff --git a/.github/workflows/sync-to-gitee.yml b/.github/workflows/sync-to-gitee.yml index 71ddf22a..8bcad3b4 100644 --- a/.github/workflows/sync-to-gitee.yml +++ b/.github/workflows/sync-to-gitee.yml @@ -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.)