From 29e3325d94c920b34c2e146a8b29a28b229cff9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E5=86=B7?= <2270033969@qq.com> Date: Tue, 27 Aug 2024 15:46:58 +0800 Subject: [PATCH] ci(mirror): add gitcode mirror --- .github/workflows/mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 88599a7a..3210e464 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -2,9 +2,9 @@ name: 同步代码 on: push: - branches: [ master,jdk17 ] + branches: [ master,dev ] pull_request: - branches: [ master,jdk17 ] + branches: [ master,dev ] jobs: gitcode: