chore(git): update "master" branch references to "main"

This commit is contained in:
2021-02-21 03:45:19 +00:00
parent c3e2bd98b0
commit f0855f3a83
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ jobs:
benchmark:
name: Benchmarks
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
if: github.ref != 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
@@ -111,7 +111,7 @@ jobs:
benchmark-store:
name: Store benchmarks
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2

View File

@@ -30,7 +30,7 @@ alt="GitHub issues">
<a href="https://github.com/jimeh/undent/pulls">
<img src="https://img.shields.io/github/issues-pr-raw/jimeh/undent.svg?style=flat&logo=github&logoColor=white" alt="GitHub pull requests">
</a>
<a href="https://github.com/jimeh/undent/blob/master/LICENSE">
<a href="https://github.com/jimeh/undent/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/jimeh/undent.svg?style=flat" alt="License Status">
</a>
</p>
@@ -63,4 +63,4 @@ https://jimeh.me/undent/dev/bench/
## License
[MIT](https://github.com/jimeh/undent/blob/master/LICENSE)
[MIT](https://github.com/jimeh/undent/blob/main/LICENSE)