Skip to content

Commit

Permalink
Change default branch name to main (yahoo#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu authored and nevilm-lt committed Apr 22, 2022
1 parent 957ee40 commit 9154c8f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 9154c8f

Please sign in to comment.