From 42195c3180060037c6eaf2b64cf94dbc5a1361d9 Mon Sep 17 00:00:00 2001 From: EricZeng Date: Fri, 7 Jul 2023 12:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=89=88&=E4=BD=93=E9=AA=8C=E7=8E=AF=E5=A2=83=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=9A=84CI?= 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 0476a94a..073d4652 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -2,9 +2,9 @@ name: KnowStreaming Build on: push: - branches: [ "master" ] + branches: [ "master", "ve_3.x", "ve_demo_3.x" ] pull_request: - branches: [ "master" ] + branches: [ "master", "ve_3.x", "ve_demo_3.x" ] jobs: build: