Skip to content

Commit 2504956

Browse files
committed
Rename master to main
1 parent 98f065c commit 2504956

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- '[0-9]+.[0-9]+.[0-9]+'
99
jobs:

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: sync-labels
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths:
77
- .github/workflows/sync-labels.yml
88
- .github/labels.yml

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ This will format based on [.eslintrc](.eslintrc) settings.
107107
[Version Badge]: https://img.shields.io/npm/v/serverless-plugin-function-value
108108
[Version Package]: https://www.npmjs.com/serverless-plugin-function-value
109109
[Node Version Badge]: https://img.shields.io/node/v/serverless-plugin-function-value
110-
[CI Badge]: https://github.com/devpow112/serverless-plugin-function-value/workflows/build/badge.svg?branch=master
111-
[CI Workflow]: https://github.com/devpow112/serverless-plugin-function-value/actions?query=workflow%3Abuild+branch%3Amaster
112-
[Coverage Badge]: https://coveralls.io/repos/github/devpow112/serverless-plugin-function-value/badge.svg?branch=master
113-
[Coverage Report]: https://coveralls.io/github/devpow112/serverless-plugin-function-value?branch=master
110+
[CI Badge]: https://github.com/devpow112/serverless-plugin-function-value/workflows/build/badge.svg?branch=main
111+
[CI Workflow]: https://github.com/devpow112/serverless-plugin-function-value/actions?query=workflow%3Abuild+branch%3Amain
112+
[Coverage Badge]: https://coveralls.io/repos/github/devpow112/serverless-plugin-function-value/badge.svg?branch=main
113+
[Coverage Report]: https://coveralls.io/github/devpow112/serverless-plugin-function-value?branch=main
114114
[Vulnerabilities Badge]: https://snyk.io/test/github/devpow112/serverless-plugin-function-value/badge.svg
115115
[Vulnerabilities Report]: https://snyk.io/test/github/devpow112/serverless-plugin-function-value

0 commit comments

Comments
 (0)