diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 9942a0ca2..43a4a1708 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -3,12 +3,12 @@ name: Build
on:
push:
branches:
- - master
+ - main
tags:
- "v*"
pull_request:
branches:
- - master
+ - main
jobs:
Build:
strategy:
diff --git a/README.md b/README.md
index fdf14b496..acaba0c6a 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,8 @@ SixLabors.ImageSharp
-[](https://github.com/SixLabors/ImageSharp/actions)
-[](https://codecov.io/gh/SixLabors/ImageSharp)
+[](https://github.com/SixLabors/ImageSharp/actions)
+[](https://codecov.io/gh/SixLabors/ImageSharp)
[](https://opensource.org/licenses/Apache-2.0)
[](https://twitter.com/intent/tweet?hashtags=imagesharp,dotnet,oss&text=ImageSharp.+A+new+cross-platform+2D+graphics+API+in+C%23&url=https%3a%2f%2fgithub.com%2fSixLabors%2fImageSharp&via=sixlabors)
@@ -93,7 +93,7 @@ git submodule update --init --recursive
## How can you help?
-Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening a PR.
+Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/main/.github/CONTRIBUTING.md) before opening a PR.
## The ImageSharp Team