Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: change from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Feb 25, 2021
1 parent 80662a9 commit 2189867
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Use `git rebase` to sync your work from time to time.

```
git fetch upstream
git rebase upstream/master
git rebase upstream/main
```

### Development cycle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# license-reporter

![Node.js CI](https://github.com/nodeshift/license-reporter/workflows/Node.js%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/nodeshift/license-reporter/badge.svg?branch=master&foo=bar)](https://coveralls.io/github/nodeshift/license-reporter?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/nodeshift/license-reporter/badge.svg?branch=main&foo=bar)](https://coveralls.io/github/nodeshift/license-reporter?branch=main)

## Installation

Expand Down

0 comments on commit 2189867

Please sign in to comment.