From 4048a10858c5db0088e4168a37a15fe12b880fdb Mon Sep 17 00:00:00 2001 From: Ke Sun Date: Tue, 28 Apr 2026 16:44:50 +0800 Subject: [PATCH] ci: add GitHub Actions workflow to sync all branches and tags to Gitee --- .github/workflows/sync-to-gitee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-to-gitee.yml b/.github/workflows/sync-to-gitee.yml index 8bcad3b4..f3be5dbc 100644 --- a/.github/workflows/sync-to-gitee.yml +++ b/.github/workflows/sync-to-gitee.yml @@ -3,9 +3,9 @@ name: Sync to Gitee on: push: branches: - - '*' # All branchs + - '**' # All branchs tags: - - '*' # All version tags (v1.0.0, etc.) + - '**' # All version tags (v1.0.0, etc.) jobs: sync: