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: