Skip to content

Commit d6f9165

Browse files
committed
chore: Rename master branch to main branch
1 parent 02d6eac commit d6f9165

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- "develop"
12-
- "master"
12+
- "main"
1313
schedule:
1414
- cron: "0 0 * * 0"
1515

.github/workflows/REUSE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- "develop"
12-
- "master"
12+
- "main"
1313

1414
jobs:
1515
reuse:

CONTRIBUTING.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please see the {commit-messages-guide-url}[Commit messages guide] and the
2424
== Submitting a pull request
2525

2626
. Create a working branch from the `develop` branch. The branch name should be
27-
something other than `develop` or `master`.
27+
something other than `develop` or `main`.
2828
. Create your patch. If your change is a feature or a bugfix, please add a test
2929
case if possible. Note that the change must pass the CI.
3030
. Please update the copyright information if possible. This project is

0 commit comments

Comments
 (0)