Skip to content

Commit 20f1e40

Browse files
committed
fix: update 'master' to 'main'
1 parent 1638bc5 commit 20f1e40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
commit_message: 'chore: Bump version to ${{ steps.get_version.outputs.VERSION }}'
3535
file_pattern: 'package.json'
36-
branch: master
36+
branch: main

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
comment:
22
branches:
3-
- master
3+
- main
44
- develop

0 commit comments

Comments
 (0)