Skip to content

Commit fb492f2

Browse files
committed
chore: migrate branch to main
1 parent af4e3bc commit fb492f2

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
@@ -38,7 +38,7 @@ const baseline = rollingBall(spectrum, 200, 400);
3838

3939
[npm-image]: https://img.shields.io/npm/v/ml-rolling-ball-baseline.svg
4040
[npm-url]: https://www.npmjs.com/package/ml-rolling-ball-baseline
41-
[ci-image]: https://github.com/mljs/rolling-ball-baseline/workflows/Node.js%20CI/badge.svg?branch=master
41+
[ci-image]: https://github.com/mljs/rolling-ball-baseline/workflows/Node.js%20CI/badge.svg?branch=main
4242
[ci-url]: https://github.com/mljs/rolling-ball-baseline/actions?query=workflow%3A%22Node.js+CI%22
4343
[download-image]: https://img.shields.io/npm/dm/ml-rolling-ball-baseline.svg
4444
[download-url]: https://www.npmjs.com/package/ml-rolling-ball-baseline

0 commit comments

Comments
 (0)