rename: branch develop -> main; master -> old-master (#1826)

* rename: branch develop -> main; master -> old-master

* Update all references to `master` and `develop`

* Update the GitHub pages docs

Co-authored-by: Jackson Mills <jmills@ripple.com>, Elliot Lee <intelliot@ripple.com>
This commit is contained in:
Elliot Lee
2021-11-30 10:54:56 -08:00
committed by GitHub
parent ff9bdbdc4c
commit 3e55066b70
154 changed files with 1396 additions and 1479 deletions

View File

@@ -5,7 +5,7 @@ name: Node.js CI
on:
push:
branches: [ develop, master, 2.0 ]
branches: [ main, 1.x ]
pull_request:
workflow_dispatch:
@@ -98,6 +98,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g npm@7
- run: npm ci
- run: npm ci
- run: npm run build
- run: npm run test:browser