Skip to content

Commit d2ccae9

Browse files
committed
Merge branch 'V8-release' into stream-chat-js-shadow-pagination-fix
2 parents a5ea443 + 22cceb3 commit d2ccae9

5 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Changelog preview
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- V8-release
77
types: [opened, synchronize]
88

99
jobs:

.github/workflows/check-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- develop
7-
- main
87
- 'v[0-9]+.[0-9]+.[0-9]+*beta*'
98
- V8-release
109
types: [opened, synchronize]

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Release
33
on:
44
push:
55
branches:
6-
- main
76
- develop
87
- V8-release
98

.github/workflows/sdk-size-metrics.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- develop
11-
- main
1211
- V8-release
1312

1413
env:

release/next.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ configPromise.then((config) => {
77
return semanticRelease({
88
...config,
99
branches: [
10+
'main',
1011
{
1112
name: 'V8-release',
1213
range: '8.x',

0 commit comments

Comments
 (0)