Skip to content

Commit

Permalink
Change default branch name to main (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Sep 11, 2020
1 parent ac79a5a commit d423a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -141,4 +141,4 @@ See the [LICENSE file][LICENSE] for license text and copyright information.
[travis-badge]: https://img.shields.io/travis/yahoo/serialize-javascript.svg?style=flat-square
[express-state]: https://github.com/yahoo/express-state
[JSON.stringify]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/master/LICENSE
[LICENSE]: https://github.com/yahoo/serialize-javascript/blob/main/LICENSE

0 comments on commit d423a97

Please sign in to comment.