Skip to content

Commit f198a54

Browse files
authored
prep step for migrate to main (#926)
1 parent 12c6d55 commit f198a54

11 files changed

+21
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ about: Create a report to help us improve
44
labels: bug
55
---
66

7-
**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on master.
7+
**Describe your environment.** Describe any aspect of your environment relevant to the problem, including your SDK version, platform, OS version, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main brach.
88

99
**Steps to reproduce.**
1010
Describe exactly how to reproduce the error. Include a code sample if applicable.

.github/workflows/build-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89
- dev/*
910
- release/*
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches:
1516
- master
17+
- main
1618
- dev
1719

1820
jobs:

.github/workflows/build-ios-latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89
- dev/*
910
- release/*
@@ -12,6 +13,7 @@ on:
1213
pull_request:
1314
branches:
1415
- master
16+
- main
1517
- dev
1618

1719
schedule:

.github/workflows/build-posix-latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89
- dev/*
910
- release/*
@@ -12,6 +13,7 @@ on:
1213
pull_request:
1314
branches:
1415
- master
16+
- main
1517
- dev
1618

1719
schedule:

.github/workflows/build-windows-clang.yaml.off

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89

910
pull_request:
1011
branches:
1112
- master
13+
- main
1214
- dev
1315

1416
jobs:

.github/workflows/build-windows-vs2017.yaml.off

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89

910
pull_request:
1011
branches:
1112
- master
13+
- main
1214
- dev
1315

1416
jobs:

.github/workflows/build-windows-vs2019.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89

910
pull_request:
1011
branches:
1112
- master
13+
- main
1214
- dev
1315

1416
jobs:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [master]
10+
branches: [ master, main ]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [master]
13+
branches: [ master, main ]
1414
schedule:
1515
- cron: '0 8 * * 1'
1616

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: spellcheck
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, main ]
88

99
jobs:
1010
build:

.github/workflows/test-android-mac.yml.off

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89
- dev/*
910
- release/*
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches:
1516
- master
17+
- main
1618
- dev
1719

1820
schedule:

.github/workflows/test-win-latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- main
78
- dev
89
- dev/*
910
- release/*
@@ -12,6 +13,7 @@ on:
1213
pull_request:
1314
branches:
1415
- master
16+
- main
1517
- dev
1618

1719
schedule:

0 commit comments

Comments
 (0)