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: