Skip to content

Commit f44a8b6

Browse files
committed
Rename master branch to main
1 parent 3ac58fe commit f44a8b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request: ~
88

99
jobs:

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Github is used to host code, to track issues and feature requests, as well as ac
1313

1414
Pull requests are the best way to propose changes to the codebase.
1515

16-
1. Fork the repo and create your branch from `master`.
16+
1. Fork the repo and create your branch from `main`.
1717
2. If you've changed something, update the documentation.
1818
3. Make sure your code lints (using black).
1919
4. Test you contribution.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you want to contribute to this please read the [Contribution guidelines](CONT
5858
[buymecoffee]: https://www.buymeacoffee.com/golles
5959
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge
6060
[commits-shield]: https://img.shields.io/github/commit-activity/y/golles/ha-knmi.svg?style=for-the-badge
61-
[commits]: https://github.com/golles/ha-knmi/commits/master
61+
[commits]: https://github.com/golles/ha-knmi/commits/main
6262
[hacs]: https://github.com/custom-components/hacs
6363
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
6464
[discord]: https://discord.gg/Qa5fW2R

info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Platform | Description
3838
[buymecoffee]: https://www.buymeacoffee.com/golles
3939
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge
4040
[commits-shield]: https://img.shields.io/github/commit-activity/y/golles/ha-knmi.svg?style=for-the-badge
41-
[commits]: https://github.com/golles/ha-knmi/commits/master
41+
[commits]: https://github.com/golles/ha-knmi/commits/main
4242
[hacs]: https://hacs.xyz
4343
[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge
4444
[discord]: https://discord.gg/Qa5fW2R

0 commit comments

Comments
 (0)