From f0855f3a835618e5ee23ff20614e0a4010675977 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 21 Feb 2021 03:45:19 +0000 Subject: [PATCH] chore(git): update "master" branch references to "main" --- .github/workflows/ci.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b0443..72f6f10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index dceb2c2..06c8490 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ alt="GitHub issues"> GitHub pull requests - + License Status

@@ -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)