Skip to content

Commit

Permalink
fix: default branch was renamed to main (from master)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Mar 18, 2024
1 parent 22a3824 commit 788d1ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Expand Up @@ -5,9 +5,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 .github/workflows/on-push-publish-to-npm.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit 788d1ed

Please sign in to comment.