From 64c4d2fe13f7df558c2412e62ca9bc5e637fb48c Mon Sep 17 00:00:00 2001 From: friday Date: Mon, 19 Feb 2024 11:26:41 +0800 Subject: [PATCH] Update gitee-sync.yml --- .github/workflows/gitee-sync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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