Skip to content

Commit e24a582

Browse files
author
qiao.zeng
committed
[Doc]修改action触发规则
1 parent 65f8bee commit e24a582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: KnowStreaming Build
22

33
on:
44
push:
5-
branches: [ "master", "ve_3.x", "ve_demo_3.x" ]
5+
branches: [ "*" ]
66
pull_request:
7-
branches: [ "master", "ve_3.x", "ve_demo_3.x" ]
7+
branches: [ "*" ]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)