mirror of
https://github.com/jimeh/undent.git
synced 2026-02-19 11:56:39 +00:00
chore(git): update "master" branch references to "main"
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user