Skip to content

Commit 771382e

Browse files
committed
chore: rename master branch to main branch
1 parent 4a67a15 commit 771382e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy docs to Pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
workflow_dispatch:
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ One time password implementations in Python. HOTP and TOTP.
99

1010
[![Github Actions](https://github.com/authlib/otpauth/actions/workflows/tests.yml/badge.svg)](https://github.com/authlib/otpauth/actions/workflows/tests.yml)
1111
[![PyPI](https://badgen.net/pypi/v/otpauth)](https://pypi.org/project/otpauth)
12-
[![codecov](https://codecov.io/gh/authlib/otpauth/branch/master/graph/badge.svg?token=pWQIlZ9Ir4)](https://codecov.io/gh/authlib/otpauth)
12+
[![codecov](https://codecov.io/gh/authlib/otpauth/branch/main/graph/badge.svg?token=pWQIlZ9Ir4)](https://codecov.io/gh/authlib/otpauth)
1313
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=authlib_otpauth&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=authlib_otpauth)
1414
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=authlib_otpauth&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=authlib_otpauth)
1515

0 commit comments

Comments
 (0)