Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Apr 10, 2021
1 parent ce60563 commit 885c123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -3,7 +3,7 @@ name: Check
on:
push:
branches:
- "master"
- "main"
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- "master"
- "main"
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -243,7 +243,7 @@ module.exports = ({
[eslint]: https://eslint.org/
[espree]: https://github.com/eslint/espree
[esprima]: https://github.com/jquery/esprima
[examples]: https://github.com/lydell/eslump/tree/master/examples
[examples]: https://github.com/lydell/eslump/tree/main/examples
[flow]: https://github.com/facebook/flow
[jest]: https://jestjs.io/
[meriyah]: https://github.com/meriyah/meriyah
Expand Down

0 comments on commit 885c123

Please sign in to comment.