From 3d9882643e345f63274f1fb0421aa410e3b29f21 Mon Sep 17 00:00:00 2001 From: Ke Sun Date: Mon, 27 Apr 2026 17:48:35 +0800 Subject: [PATCH] ci: add GitHub Actions workflow to sync all branches and tags to Gitee --- .github/workflows/sync-to-gitee.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.)