Skip to content

Commit

Permalink
docs: change CI badge to use GH Actions instead of Travis
Browse files Browse the repository at this point in the history
- use the "CI" workflow on the `main` branch only
  - note that it _is_ case-sensitive, so had to put the workflow name in caps for the badge to work properly
  - basically same as how the previous badge only reported on `main`

- missed this one tiny detail during the migration
  - did a search this time to make sure I replaced Travis everywhere
  • Loading branch information
agilgur5 committed Jun 11, 2022
1 parent 514dec0 commit 6ed1a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[![dw](https://img.shields.io/npm/dw/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
<br><!-- status / activity -->
[![typings](https://img.shields.io/npm/types/react-signature-canvas.svg)](src/index.tsx)
[![build status](https://img.shields.io/travis/com/agilgur5/react-signature-canvas/main.svg)](https://app.travis-ci.com/github/agilgur5/react-signature-canvas/branches)
[![build status](https://img.shields.io/github/workflow/status/agilgur5/react-signature-canvas/CI/main)](https://github.com/agilgur5/react-signature-canvas/actions/workflows/ci.yml?query=branch%3Amain)
[![code coverage](https://img.shields.io/codecov/c/gh/agilgur5/react-signature-canvas/main.svg)](https://codecov.io/gh/agilgur5/react-signature-canvas)
<br>
[![NPM](https://nodei.co/npm/react-signature-canvas.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/react-signature-canvas)
Expand Down

0 comments on commit 6ed1a63

Please sign in to comment.