Skip to content

Commit a5a0816

Browse files
chore: rename ci workflow (#1615)
* chore: rename CI workflow for badge clarity * chore: update badge
1 parent 0e12929 commit a5a0816

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main
1+
name: CI
22
on:
33
push:
44
branches: [main]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ Supported and used by [Rally Health](https://www.rallyhealth.com/careers).
130130

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

0 commit comments

Comments
 (0)