Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
ci: rename default branch leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
lourenci committed Sep 22, 2021
1 parent 359d32f commit 9e0c9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9e0c9c8

Please sign in to comment.