diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml
index b4b23285b1afbc6f9442ddfd2e0f3714bd4bec6e..06539a12e2f4c4d90ff3cdfbb33979ac49367e1c 100644
--- a/.github/workflows/git-sync.yml
+++ b/.github/workflows/git-sync.yml
@@ -7,7 +7,7 @@ jobs:
         uses: wei/git-sync@v3
         with:
           source_repo: "lepus2589/LoadStaticSharedTargets"
-          source_branch: "refs/remotes/source/*:refs/tags/*"
+          # source_branch: "refs/remotes/source/*:refs/tags/*"
           destination_repo: "${{ secrets.MIRROR_DESTINATION_REPO_URL }}"
-          destination_branch: "refs/heads/*:refs/tags/*"
+          # destination_branch: "refs/heads/*:refs/tags/*"
           destination_ssh_private_key: ${{ secrets.DESTINATION_SSH_PRIVATE_KEY }}