Skip to content

Commit c985722

Browse files
authored
ci: add v1.* branch to CI and release workflows (#119)
1 parent 3df81a0 commit c985722

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches:
55
- main
66
- next
7+
- v1.*
78
pull_request:
89
branches:
910
- main
1011
- next
12+
- v1.*
1113
merge_group:
1214
types:
1315
- checks_requested

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- next
8+
- v1.*
89

910
concurrency: ${{ github.workflow }}-${{ github.ref }}
1011

0 commit comments

Comments
 (0)