diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3b17c21c..240e03b8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,7 +3,7 @@ name: Build Coverage Badge on: push: branches: - - prime + - main jobs: coverage-badge: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index c7a7ee10..e3b4b1fc 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -4,7 +4,7 @@ on: tags: - v* branches: - - prime + - main pull_request: jobs: golangci: diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 0219aac7..494e9995 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -13,7 +13,6 @@ on: branches: - notify # for testing purposes - dev - - prime - main jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4e42c87..f56252d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 @@ -26,4 +26,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.HOMEBREW_DEPLOY_SECRET }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.HOMEBREW_DEPLOY_SECRET }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50a97d68..8e862619 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: tags: - v* branches: - - prime + - main pull_request: name: Test jobs: diff --git a/README.md b/README.md index dd139f10..abd03c84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # (Poly)merase [![PkgGoDev](https://pkg.go.dev/badge/github.com/TimothyStiles/poly)](https://pkg.go.dev/github.com/TimothyStiles/poly) -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/TimothyStiles/poly/blob/prime/LICENSE) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/TimothyStiles/poly/blob/main/LICENSE) ![Tests](https://github.com/TimothyStiles/poly/workflows/Test/badge.svg) ![Test Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/TimothyStiles/e58f265655ac0acacdd1a38376ccd32a/raw/coverage.json)