Skip to content

Commit 40f50ad

Browse files
authored
MAINT: renaming the default branch to main (#219)
1 parent fcb455c commit 40f50ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: continuous-integration
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [main]
99
tags:
1010
- 'v*'
1111
pull_request:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ By default, code tabs are labelled with the language name, though a custom label
183183

184184
The tab label is used to group tabs, including `code-tabs`. As such, the same custom label should be used to group related tabs.
185185

186-
[github-ci]: https://github.com/executablebooks/sphinx-tabs/workflows/continuous-integration/badge.svg?branch=master
186+
[github-ci]: https://github.com/executablebooks/sphinx-tabs/workflows/continuous-integration/badge.svg?branch=main
187187
[github-link]: https://github.com/executablebooks/sphinx-tabs
188188
[pypi-badge]: https://img.shields.io/pypi/v/sphinx-tabs.svg
189189
[pypi-link]: https://pypi.org/project/sphinx-tabs
190-
[codecov-badge]: https://codecov.io/gh/executablebooks/sphinx-tabs/branch/master/graph/badge.svg
190+
[codecov-badge]: https://codecov.io/gh/executablebooks/sphinx-tabs/branch/main/graph/badge.svg
191191
[codecov-link]: https://codecov.io/gh/executablebooks/sphinx-tabs

0 commit comments

Comments
 (0)