diff --git a/.github/workflows/gitee-sync.yml b/.github/workflows/gitee-sync.yml index 2c8b456e..a99e5879 100644 --- a/.github/workflows/gitee-sync.yml +++ b/.github/workflows/gitee-sync.yml @@ -2,7 +2,9 @@ name: gitee-sync on: pull_request: workflow_dispatch: - + push: + branches: + - release/** jobs: build: name: gitee-sync @@ -24,4 +26,4 @@ jobs: dst_key: ${{ secrets.GITEE_PI_SSH }} dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }} force_update: true - account_type: org \ No newline at end of file + account_type: org