Skip to content

Commit c38f82a

Browse files
committed
chore: use main instead of master branch
1 parent c57892b commit c38f82a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on:
33
pull_request: {}
44
push:
5-
branches: [master]
5+
branches: ["main"]
66

77
jobs:
88
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ exports.baz = lorem1.baz;
8888
```
8989

9090

91-
So, I created this tool using some simple string manipulations. A lot of sample input/output are [available here](https://github.com/sidvishnoi/esm-to-cjs/blob/master/test/fixtures/supported.md).
91+
So, I created this tool using some simple string manipulations. A lot of sample input/output are [available here](https://github.com/sidvishnoi/esm-to-cjs/blob/main/test/fixtures/supported.md).
9292

9393

9494

0 commit comments

Comments
 (0)