Skip to content

Commit b6405a7

Browse files
committed
chore: switch default branch
1 parent 322189b commit b6405a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
push:
1818
branches:
1919
- main
20-
- master
2120
concurrency: release
2221
jobs:
2322
build:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm](https://img.shields.io/npm/v/@googlemaps/js-api-loader)](https://www.npmjs.com/package/@googlemaps/js-api-loader)
44
![Build](https://github.com/googlemaps/js-api-loader/workflows/Build/badge.svg)
55
![Release](https://github.com/googlemaps/js-api-loader/workflows/Release/badge.svg)
6-
[![codecov](https://codecov.io/gh/googlemaps/js-api-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-api-loader)
6+
[![codecov](https://codecov.io/gh/googlemaps/js-api-loader/branch/main/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-api-loader)
77
![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-api-loader?color=green)
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
99
[![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)](https://discord.gg/jRteCzP)
@@ -98,4 +98,4 @@ If you find a bug, or have a feature suggestion, please [log an issue][issues].
9898
contribute, please read [How to Contribute][contrib].
9999

100100
[issues]: https://github.com/googlemaps/js-api-loader/issues
101-
[contrib]: https://github.com/googlemaps/js-api-loader/blob/master/CONTRIBUTING.md
101+
[contrib]: https://github.com/googlemaps/js-api-loader/blob/main/CONTRIBUTING.md

0 commit comments

Comments
 (0)