diff options
-rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aaf868..56ab914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} diff --git a/README.md b/README.md index 6506e92..1ebcd51 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://pkg.go.dev/github.com/maragudk/gomponents) [](https://github.com/maragudk/gomponents/actions/workflows/ci.yml) -[](https://codecov.io/gh/maragudk/gomponents) +[](https://codecov.io/gh/maragudk/gomponents) [](https://goreportcard.com/report/github.com/maragudk/gomponents) Try view components in pure Go. |