Skip to content

Commit 7dbea54

Browse files
committed
adjust ci
1 parent b24a315 commit 7dbea54

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/build-action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
- develop
7+
- v1
8+
- v3
79
pull_request:
810
workflow_dispatch: {}
911

.github/workflows/live-tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ on:
33
push:
44
branches:
55
- main
6-
- v2
6+
- v3
7+
- v1
78
pull_request:
89
branches:
910
- main
10-
- v2
11+
- v3
12+
- v1
1113
workflow_dispatch: {}
1214

1315
jobs:

.github/workflows/pkg-pr-new-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- main
10+
- v1
11+
- v3
1012
workflow_dispatch: {}
1113

1214
jobs:

0 commit comments

Comments
 (0)