Skip to content

Commit 659da3f

Browse files
authored
Merge pull request #4 from WyriHaximusNet/correct-default-branch-in-ci
Correct default branch in GitHub configuration
2 parents cd8dd28 + c085fe7 commit 659da3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ repository:
33
has_issues: true
44
has_wiki: false
55
has_downloads: true
6-
default_branch: master
6+
default_branch: main
77
allow_squash_merge: false
88
allow_merge_commit: true
99
allow_rebase_merge: false
@@ -94,7 +94,7 @@ labels:
9494
description: "Issue/PR opened by sponsor"
9595

9696
branches:
97-
- name: master
97+
- name: main
9898
protection:
9999
required_pull_request_reviews:
100100
required_approving_review_count: 1

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
jobs:
1111
lint:

0 commit comments

Comments
 (0)