Skip to content

Commit

Permalink
build: add mainBranchName to Github configuration (angular#23368)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott authored Aug 13, 2021
1 parent 029b681 commit 8424209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ng-dev/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config';
*/
export const github: GithubConfig = {
owner: 'angular',
name: 'components'
name: 'components',
mainBranchName: 'master',
};

0 comments on commit 8424209

Please sign in to comment.