Skip to content

Commit d423a97

Browse files
authored
Change default branch name to main (#99)
1 parent ac79a5a commit d423a97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

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

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

99
jobs:
1010
build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ See the [LICENSE file][LICENSE] for license text and copyright information.
141141
[travis-badge]: https://img.shields.io/travis/yahoo/serialize-javascript.svg?style=flat-square
142142
[express-state]: https://github.com/yahoo/express-state
143143
[JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
144-
[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/master/LICENSE
144+
[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/main/LICENSE

0 commit comments

Comments
 (0)