Skip to content

Commit 17ba39d

Browse files
committed
docs: change CI badge to use GH Actions instead of Travis
backport of 6ed1a63 - 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
1 parent cb68096 commit 17ba39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![dm](https://img.shields.io/npm/dm/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
1616
[![dw](https://img.shields.io/npm/dw/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
1717
<br><!-- status / activity -->
18-
[![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)
18+
[![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)
1919
[![code coverage](https://img.shields.io/codecov/c/gh/agilgur5/react-signature-canvas/main.svg)](https://codecov.io/gh/agilgur5/react-signature-canvas)
2020
<br>
2121
[![NPM](https://nodei.co/npm/react-signature-canvas.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/react-signature-canvas)

0 commit comments

Comments
 (0)