mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Doc]修改action触发规则
This commit is contained in:
4
.github/workflows/ci_build.yml
vendored
4
.github/workflows/ci_build.yml
vendored
@@ -2,9 +2,9 @@ name: KnowStreaming Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "master", "ve_3.x", "ve_demo_3.x" ]
|
branches: [ "*" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master", "ve_3.x", "ve_demo_3.x" ]
|
branches: [ "*" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user