Skip to content

Commit

Permalink
chore: rename master to main (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Mar 11, 2021
1 parent 3db1480 commit a5dc53d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dependency License Scanning
on:
push:
branches:
- master
- main

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GoTrueJS CI
on:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release-please
on:
push:
branches:
- master
- main
jobs:
release-please:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![gotrue-js library](gotrue-js.png)

[![Build Status](https://travis-ci.org/netlify/gotrue-js.svg?branch=master)](https://travis-ci.org/netlify/gotrue-js)
[![Build Status](https://travis-ci.org/netlify/gotrue-js.svg?branch=main)](https://travis-ci.org/netlify/gotrue-js)

This is a JavaScript client library for the [GoTrue](https://github.com/netlify/gotrue) API.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babelify": "browserify src/index.js -t [ babelify --presets [ @babel/preset-env ] --plugins [ @babel/plugin-proposal-object-rest-spread ] ] | uglifyjs > browser/gotrue.js",
"prepare": "run-s compile",
"prepublishOnly": "run-s prepublishOnly:*",
"prepublishOnly:checkout": "git checkout master",
"prepublishOnly:checkout": "git checkout main",
"prepublishOnly:pull": "git pull",
"prepublishOnly:install": "npm ci",
"prepublishOnly:test": "npm test",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"extends": ["github>netlify/renovate-config:default"],
"ignorePresets": [":prHourlyLimit2"],
"semanticCommits": true,
"masterIssue": true
"dependencyDashboard": true
}

0 comments on commit a5dc53d

Please sign in to comment.