Skip to content

Commit 9be32be

Browse files
Migrate from master to main branch
Use of the `master` and `slave` terms in the computer industry is widespread, but has been recently discouraged, as it was brought to attention that the terms may be considered offensive. GitHub has already moved their default repositories from the `master` to `main` in many places. We're planning to do the same for our repositories, this however requires some changes in the code. After the proposed changes get merged to the `master` branch, the repository should be ready for the migration from `master` to `main`.
1 parent 1c6454e commit 9be32be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Go
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)