Skip to content

Commit 136d04b

Browse files
authored
Merge pull request #2654 from Akshat55/master-to-v4
chore: Update actions to use v10 branch
2 parents 93234fd + fdc34e4 commit 136d04b

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.github/workflows/check-build.yml

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

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

99
jobs:
1010
build:

.github/workflows/codeql.yml

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

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

99
jobs:
1010
analyze:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
# Runs on pushes targeting release branches
55
push:
6-
branches: ["master", "next", "v3", "v9"]
6+
branches: ["master", "next", "v3", "v9", "v10"]
77

88
# Allows us to run this workflow manually from the Actions tab
99
workflow_dispatch:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ master ]
66
pull_request:
7-
branches: [ master, next, v3, v9 ]
7+
branches: [ master, next, v3, v9, v10 ]
88

99
jobs:
1010
test:

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
"name": "v9",
4444
"channel": "carbon-v9",
4545
"range": "2.X"
46+
},
47+
{
48+
"name": "v10",
49+
"channel": "carbon-v10",
50+
"range": "4.x"
4651
}
4752
],
4853
"tagFormat": "v${version}"

0 commit comments

Comments
 (0)