Skip to content

Commit

Permalink
chore: rename ci workflow (#1615)
Browse files Browse the repository at this point in the history
* chore: rename CI workflow for badge clarity

* chore: update badge
  • Loading branch information
mdjastrzebski committed May 23, 2024
1 parent 0e12929 commit a5a0816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Main
name: CI
on:
push:
branches: [main]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ Supported and used by [Rally Health](https://www.rallyhealth.com/careers).

[version-badge]: https://img.shields.io/npm/v/@testing-library/react-native.svg?style=flat-square
[package]: https://www.npmjs.com/package/@testing-library/react-native
[build-badge]: https://github.com/callstack/react-native-testing-library/actions/workflows/main.yml/badge.svg
[build]: https://github.com/callstack/react-native-testing-library/actions/workflows/main.yml
[build-badge]: https://github.com/callstack/react-native-testing-library/actions/workflows/ci.yml/badge.svg
[build]: https://github.com/callstack/react-native-testing-library/actions/workflows/ci.yml
[coverage-badge]: https://img.shields.io/codecov/c/github/callstack/react-native-testing-library.svg
[coverage]: https://codecov.io/github/callstack/react-native-testing-library
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/react-native.svg?style=flat-square
Expand Down

0 comments on commit a5a0816

Please sign in to comment.