Skip to content

Commit 7eee302

Browse files
chore: Create 8.0.0 branch
1 parent 48c7211 commit 7eee302

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/benchmarking.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- 8.0.0
89

910
pull_request:
1011
paths:

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- 8.0.0
67
- release/**
78

89
pull_request:

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- 8.0.0
67

78
pull_request:
89
paths:

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- 8.0.0
67
paths:
78
- 'Sources/**'
89
- 'Tests/**'

.github/workflows/saucelabs-UI-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- 8.0.0
1011

1112
pull_request:
1213
paths:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- 8.0.0
67
- release/**
78

89
pull_request:

.github/workflows/testflight.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- 8.0.0
67
paths:
78
- 'Sources/**'
89
- 'Samples/iOS-Swift/**'

0 commit comments

Comments
 (0)