Skip to content

Commit 69c81f2

Browse files
committed
rename master to main
1 parent 858696a commit 69c81f2

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you open a pull request for a new feature, we're likely to close it not becau
1414

1515
## Coding standards
1616

17-
Our code formatting rules are defined in [.eslintrc](https://github.com/tailwindcss/tailwindcss/blob/master/.eslintrc.json). You can check your code against these standards by running:
17+
Our code formatting rules are defined in [.eslintrc](https://github.com/tailwindcss/tailwindcss/blob/main/.eslintrc.json). You can check your code against these standards by running:
1818

1919
```sh
2020
npm run style

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
77
It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create an issue to first discuss any significant new features. This includes things like adding new utilities, creating new at-rules, or adding new component examples to the documentation.
88
9-
https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md
9+
https://github.com/tailwindcss/tailwindcss/blob/main/.github/CONTRIBUTING.md
1010
1111
-->

.github/workflows/ci-stable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: CI — Stable
88

99
on:
1010
push:
11-
branches: [master]
11+
branches: [main]
1212
pull_request:
13-
branches: [master, 3.3, 3.4]
13+
branches: [main, 3.3, 3.4]
1414

1515
permissions:
1616
contents: read

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: CI — Stable
55

66
on:
77
push:
8-
branches: [master]
8+
branches: [main]
99
pull_request:
10-
branches: [master, 3.3, 3.4]
10+
branches: [main, 3.3, 3.4]
1111

1212
permissions:
1313
contents: read

.github/workflows/integration-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Integration Tests
22

33
on:
44
push:
5-
branches: [master, 3.3, 3.4]
5+
branches: [main, 3.3, 3.4]
66
pull_request:
7-
branches: [master, 3.3, 3.4]
7+
branches: [main, 3.3, 3.4]
88

99
permissions:
1010
contents: read

.github/workflows/release-insiders.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Insiders
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
permissions:
88
contents: read

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</p>
1414

1515
<p align="center">
16-
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci.yml?branch=master" alt="Build Status"></a>
16+
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci.yml?branch=main" alt="Build Status"></a>
1717
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>
1818
<a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>
19-
<a href="https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
19+
<a href="https://github.com/tailwindcss/tailwindcss/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
2020
</p>
2121

2222
---
@@ -37,4 +37,4 @@ For casual chit-chat with others using the framework:
3737

3838
## Contributing
3939

40-
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md) **before submitting a pull request**.
40+
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/main/.github/CONTRIBUTING.md) **before submitting a pull request**.

0 commit comments

Comments
 (0)