Skip to content

Commit ceb25e8

Browse files
committed
chore: rename branch to main
1 parent bbbd853 commit ceb25e8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Node.js CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ npm test
5353
[npm-url]: https://npmjs.org/package/ml-hclust
5454
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/hclust.svg
5555
[codecov-url]: https://codecov.io/gh/mljs/hclust
56-
[ci-image]: https://github.com/mljs/hclust/workflows/Node.js%20CI/badge.svg?branch=master
56+
[ci-image]: https://github.com/mljs/hclust/workflows/Node.js%20CI/badge.svg?branch=main
5757
[ci-url]: https://github.com/mljs/hclust/actions?query=workflow%3A%22Node.js+CI%22
5858
[download-image]: https://img.shields.io/npm/dm/ml-hclust.svg
5959
[download-url]: https://npmjs.org/package/ml-hclust

0 commit comments

Comments
 (0)