Skip to content

Commit e2c367d

Browse files
authored
chore: rename master to main (fastify#5974)
1 parent 87453c0 commit e2c367d

7 files changed

+2
-8
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
- next
98
- 'v*'
109
paths-ignore:

.github/workflows/integration-alternative-runtimes.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
- next
98
- 'v*'
109
paths-ignore:

.github/workflows/integration.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
- next
98
- 'v*'
109
paths-ignore:

.github/workflows/lint-ecosystem-order.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Lint Ecosystem Order
33
on:
44
pull_request:
55
branches:
6-
- master
76
- main
87
paths:
98
- "**/Ecosystem.md"

.github/workflows/md-lint.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name: Lint Docs
33
on:
44
push:
55
branches-ignore:
6-
- master
76
- main
87
paths:
98
- "**/*.md"
109
pull_request:
1110
branches:
12-
- master
1311
- main
1412
paths:
1513
- "**/*.md"

docs/Reference/TypeScript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ newer, automatically adds `.default` property and a named export to the exported
632632
plugin. Be sure to `export default` and `export const myPlugin` in your typings
633633
to provide the best developer experience. For a complete example you can check
634634
out
635-
[@fastify/swagger](https://github.com/fastify/fastify-swagger/blob/master/index.d.ts).
635+
[@fastify/swagger](https://github.com/fastify/fastify-swagger/blob/main/index.d.ts).
636636
637637
With those files completed, the plugin is now ready to be consumed by any
638638
TypeScript project!

docs/Reference/Validation-and-Serialization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,4 +987,4 @@ const refToSharedSchemaDefinitions = {
987987
- [Ajv i18n](https://github.com/epoberezkin/ajv-i18n)
988988
- [Ajv custom errors](https://github.com/epoberezkin/ajv-errors)
989989
- Custom error handling with core methods with error file dumping
990-
[example](https://github.com/fastify/example/tree/master/validation-messages)
990+
[example](https://github.com/fastify/example/tree/main/validation-messages)

0 commit comments

Comments
 (0)