From f87182d5b830b5c30685b60bdc7106d96ad4a7a2 Mon Sep 17 00:00:00 2001 From: John Guo Date: Wed, 17 Jan 2024 20:27:41 +0800 Subject: [PATCH] fix workflow for gitee sync (#3269) --- .github/workflows/gitee-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitee-sync.yml b/.github/workflows/gitee-sync.yml index 1953bfeae..2d7c46b26 100644 --- a/.github/workflows/gitee-sync.yml +++ b/.github/workflows/gitee-sync.yml @@ -1,7 +1,7 @@ on: push: branches: - - main + - master tags: - "*"