From 1927c7462b2563c78dd28dc5349c317185d3e4df Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 2 Apr 2023 13:39:05 +0800 Subject: [PATCH] chore(CI): sync to gitee after release --- .github/workflows/sync-gitee.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index 4af30f4d0..ff281f13f 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -2,7 +2,8 @@ name: Sync to Gitee on: push: - branches: [main, 2.x, 3.x, gh-pages] + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 workflow_dispatch: