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)