diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f220cd84..9663fbf0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: release: runs-on: ubuntu-latest needs: [linter-and-unit, cypress] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - run: | curl -v -H "Accept: application/vnd.github.everest-preview+json" -H "Authorization: token ${{ secrets.GH_TOKEN }}" https://api.github.com/repos/lourenci/react-kanban/dispatches -d '{ "event_type": "release" }' diff --git a/README.md b/README.md index 713a07bb..6a7578ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/c602758e03850fdb8b64/maintainability)](https://codeclimate.com/github/lourenci/react-kanban/maintainability) -[![Test Coverage](https://codecov.io/gh/lourenci/react-kanban/branch/master/graph/badge.svg)](https://codecov.io/gh/lourenci/react-kanban) -[![Build Status](https://github.com/lourenci/react-kanban/workflows/Test/badge.svg?branch=master)](https://github.com/lourenci/react-kanban/actions?query=branch%3Amaster+workflow%3ATest) +[![Test Coverage](https://codecov.io/gh/lourenci/react-kanban/branch/main/graph/badge.svg)](https://codecov.io/gh/lourenci/react-kanban) +[![Build Status](https://github.com/lourenci/react-kanban/workflows/Test/badge.svg?branch=main)](https://github.com/lourenci/react-kanban/actions?query=branch%3Amain+workflow%3ATest) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) Yet another Kanban/Trello board lib for React.