From c8058022ba8ef7bb9b64906f3f966820df5885fc Mon Sep 17 00:00:00 2001 From: mutouyun Date: Sun, 27 Feb 2022 17:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4github=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c5542c8..46b4d84 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,9 +2,9 @@ name: C/C++ CI on: push: - branches: [ master, develop, issue-* ] + branches: [ master, develop, refactoring, issue-* ] pull_request: - branches: [ master, develop ] + branches: [ master, develop, refactoring ] jobs: build: