Skip to content

Commit

Permalink
Rename main branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Nov 3, 2023
1 parent ef620bb commit 3318111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
branches: ["main"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# addok-cluster

![npm](https://img.shields.io/npm/v/addok-cluster) ![node-current](https://img.shields.io/node/v/addok-cluster) [![Coverage Status](https://coveralls.io/repos/github/livingdata-co/addok-cluster/badge.svg?branch=master)](https://coveralls.io/github/livingdata-co/addok-cluster?branch=master) ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/addok-cluster)
![npm](https://img.shields.io/npm/v/addok-cluster) ![node-current](https://img.shields.io/node/v/addok-cluster) [![Coverage Status](https://coveralls.io/repos/github/livingdata-co/addok-cluster/badge.svg?branch=main)](https://coveralls.io/github/livingdata-co/addok-cluster?branch=main) ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/addok-cluster)

A very fast and efficient way to use [addok](https://github.com/addok/addok) geocoding capabilities in your Node.js process.

Expand Down

0 comments on commit 3318111

Please sign in to comment.