Skip to content

Commit d2b6faf

Browse files
committed
chore: update branch pattern from v1.* to v1.x in CI/CD workflows
1 parent edafaf0 commit d2b6faf

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.x
78
pull_request:
89
branches:
910
- main
1011
- next
12+
- v1.x
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.x
89

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

0 commit comments

Comments
 (0)