diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 967f5c2..0da3b31 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.github/workflows/on-push-publish-to-npm.yml b/.github/workflows/on-push-publish-to-npm.yml index b5789a1..d00e92c 100644 --- a/.github/workflows/on-push-publish-to-npm.yml +++ b/.github/workflows/on-push-publish-to-npm.yml @@ -2,7 +2,7 @@ name: on-push-publish-to-npm on: push: branches: - - master # Change this if not your default branch + - main # Change this if not your default branch paths: - 'package.json' jobs: diff --git a/README.md b/README.md index d269715..824b97b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ governing permissions and limitations under the License. [![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-lib-state.svg)](https://npmjs.org/package/@adobe/aio-lib-state) ![Node.js CI](https://github.com/adobe/aio-lib-state/workflows/Node.js%20CI/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -[![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-lib-state/master.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-lib-state/) +[![Codecov Coverage](https://img.shields.io/codecov/c/github/adobe/aio-lib-state/main.svg?style=flat-square)](https://codecov.io/gh/adobe/aio-lib-state/) A Node JavaScript abstraction on top of distributed/cloud DBs that exposes a simple state persistence API.