Skip to content

Commit c1373a3

Browse files
authored
Merge pull request #608 from thebuilder/fix/rename-master
fix: rename master to main
2 parents 345881e + 11d5bd1 commit c1373a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- beta
77
jobs:
88
release:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Version Badge][npm-version-svg]][package-url]
44
[![GZipped size][npm-minzip-svg]][bundlephobia-url]
5-
[![Test][test-image]][test-url] [![License][license-image]][license-url]
5+
[![Test][test-image]][test-url]
6+
[![License][license-image]][license-url]
67
[![Downloads][downloads-image]][downloads-url]
78

89
React implementation of the

0 commit comments

Comments
 (0)