Skip to content

Commit

Permalink
chore: change branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Apr 29, 2024
1 parent d29b7cd commit 4ccefe2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Node.js CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version-matrix: '[14, 16]'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let mySpectrumInAnotherReference = revertConversionFunction(mySpectrum);

[npm-image]: https://img.shields.io/npm/v/chromatography.svg
[npm-url]: https://npmjs.org/package/chromatography
[ci-image]: https://github.com/cheminfo/chromatography/workflows/Node.js%20CI/badge.svg?branch=master
[ci-image]: https://github.com/cheminfo/chromatography/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/cheminfo/chromatography/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/chromatography.svg
[download-url]: https://npmjs.org/package/chromatography

0 comments on commit 4ccefe2

Please sign in to comment.