Skip to content

Commit 8cfd432

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
branches:
55
- main
66
- next
7-
- v1.*
7+
- v1.x
88
pull_request:
99
branches:
1010
- main
1111
- next
12-
- v1.*
12+
- v1.x
1313
merge_group:
1414
types:
1515
- checks_requested

.github/workflows/release.yml

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

1010
concurrency: ${{ github.workflow }}-${{ github.ref }}
1111

0 commit comments

Comments
 (0)