File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Node.js CI
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88jobs :
99 release :
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments