Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 66383f3

Browse files
committed
fix branch in github settings file
1 parent 29d4dc4 commit 66383f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository:
88
has_wiki: false
99
has_downloads: true
1010

11-
default_branch: master
11+
default_branch: main
1212

1313
allow_squash_merge: true
1414
allow_merge_commit: true
@@ -44,7 +44,7 @@ labels:
4444
description: This will not be worked on
4545

4646
branches:
47-
- name: master
47+
- name: main
4848
protection:
4949
required_pull_request_reviews: null
5050
required_status_checks:

0 commit comments

Comments
 (0)