Skip to content

Commit ef750b2

Browse files
authored
revert: "chore: rename default branch to main (#295)" (#348)
This reverts commit 965fb04.
1 parent 49368a3 commit ef750b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/testcafe-testing-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: testcafe-testing-library
22
on:
33
push:
44
branches:
5-
- "main"
5+
- "master"
66
- "alpha"
77
pull_request:
88

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>testcafe-testing-library</h1>
33

44
<a href="https://www.emojione.com/emoji/1f402">
5-
<img height="80" width="80" alt="ox" src="https://raw.githubusercontent.com/testing-library/testcafe-testing-library/main/other/ox.png" />
5+
<img height="80" width="80" alt="ox" src="https://raw.githubusercontent.com/testing-library/testcafe-testing-library/master/other/ox.png" />
66

77
</a>
88

@@ -14,7 +14,7 @@
1414

1515
<hr />
1616

17-
[![testcafe-testing-library](https://github.com/testing-library/testcafe-testing-library/workflows/testcafe-testing-library/badge.svg)](https://github.com/testing-library/testcafe-testing-library/actions?query=branch%3Amain+workflow%3Atestcafe-testing-library)
17+
[![testcafe-testing-library](https://github.com/testing-library/testcafe-testing-library/workflows/testcafe-testing-library/badge.svg)](https://github.com/testing-library/testcafe-testing-library/actions?query=branch%3Amaster+workflow%3Atestcafe-testing-library)
1818
[![version][version-badge]][package]
1919
[![downloads][downloads-badge]][npmtrends]
2020
[![MIT License][license-badge]][license]
@@ -32,7 +32,7 @@
3232

3333
<div align="center">
3434
<a href="https://testingjavascript.com">
35-
<img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/main/other/testingjavascript.jpg" />
35+
<img width="500" alt="TestingJavaScript.com Learn the smart, efficient way to test any JavaScript application." src="https://raw.githubusercontent.com/kentcdodds/cypress-testing-library/master/other/testingjavascript.jpg" />
3636
</a>
3737
</div>
3838

@@ -117,12 +117,12 @@ MIT
117117
[downloads-badge]: https://img.shields.io/npm/dm/@testing-library/testcafe.svg?style=flat-square
118118
[npmtrends]: http://www.npmtrends.com/@testing-library/testcafe
119119
[license-badge]: https://img.shields.io/npm/l/@testing-library/testcafe.svg?style=flat-square
120-
[license]: https://github.com/testing-library/testcafe-testing-library/blob/main/LICENSE
120+
[license]: https://github.com/testing-library/testcafe-testing-library/blob/master/LICENSE
121121
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
122122
[prs]: http://makeapullrequest.com
123123
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
124124
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
125-
[coc]: https://github.com/testing-library/testcafe-testing-library/blob/main/other/CODE_OF_CONDUCT.md
125+
[coc]: https://github.com/testing-library/testcafe-testing-library/blob/master/other/CODE_OF_CONDUCT.md
126126
[github-watch-badge]: https://img.shields.io/github/watchers/testing-library/testcafe-testing-library.svg?style=social
127127
[github-watch]: https://github.com/testing-library/testcafe-testing-library/watchers
128128
[github-star-badge]: https://img.shields.io/github/stars/testing-library/testcafe-testing-library.svg?style=social

0 commit comments

Comments
 (0)