From e24a582067e3ce9b1d7886b03556872ce1a99716 Mon Sep 17 00:00:00 2001 From: "qiao.zeng" Date: Sun, 12 Nov 2023 15:25:23 +0800 Subject: [PATCH] =?UTF-8?q?[Doc]=E4=BF=AE=E6=94=B9action=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 073d4652..2544c570 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -2,9 +2,9 @@ name: KnowStreaming Build on: push: - branches: [ "master", "ve_3.x", "ve_demo_3.x" ] + branches: [ "*" ] pull_request: - branches: [ "master", "ve_3.x", "ve_demo_3.x" ] + branches: [ "*" ] jobs: build: