Skip to content

Commit cc7181b

Browse files
committed
chore: rename branch to main
1 parent 01f862e commit cc7181b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/nodejs-ts.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: 2 additions & 2 deletions
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:
@@ -13,4 +13,4 @@ jobs:
1313
npm: true
1414
secrets:
1515
github-token: ${{ secrets.BOT_TOKEN }}
16-
npm-token: ${{ secrets.NPM_BOT_TOKEN }}
16+
npm-token: ${{ secrets.NPM_BOT_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ i
119119
[npm-url]: https://npmjs.org/package/ml-gsd
120120
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/global-spectral-deconvolution.svg
121121
[codecov-url]: https://codecov.io/gh/mljs/global-spectral-deconvolution
122-
[ci-image]: https://github.com/mljs/global-spectral-deconvolution/workflows/Node.js%20CI/badge.svg?branch=master
122+
[ci-image]: https://github.com/mljs/global-spectral-deconvolution/workflows/Node.js%20CI/badge.svg?branch=main
123123
[ci-url]: https://github.com/mljs/global-spectral-deconvolution/actions?query=workflow%3A%22Node.js+CI%22
124124
[download-image]: https://img.shields.io/npm/dm/ml-gsd.svg
125125
[download-url]: https://npmjs.org/package/ml-gsd

0 commit comments

Comments
 (0)