From 5996913d84e63e26dbc809b9bcc418c10749ff25 Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 17 Oct 2024 11:56:48 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=A7=20Support=20synchronization?= =?UTF-8?q?=20to=20Gitee?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitee.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gitee.yml b/.github/workflows/gitee.yml index 67edd17..14f3e42 100644 --- a/.github/workflows/gitee.yml +++ b/.github/workflows/gitee.yml @@ -1,10 +1,9 @@ name: sync-gitee on: - workflow_run: - workflows: ['release'] - types: - - completed + push: + tags: + - v*.*.* jobs: sync-to-gitee: