Skip to content

Commit 8424209

Browse files
build: add mainBranchName to Github configuration (#23368)
1 parent 029b681 commit 8424209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ng-dev/github.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config';
66
*/
77
export const github: GithubConfig = {
88
owner: 'angular',
9-
name: 'components'
9+
name: 'components',
10+
mainBranchName: 'master',
1011
};

0 commit comments

Comments
 (0)