chore: Rename master to main (#437)

Update branch
This commit is contained in:
Akim 2024-02-23 17:09:25 +07:00 committed by GitHub
parent b269cf4100
commit 3b1371f968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 6 deletions

View File

@ -15,7 +15,7 @@ on:
- "reopened"
push:
branches:
- "master"
- "main"
paths-ignore:
- "**.md"
- ".github/**"

View File

@ -3,7 +3,7 @@ name: "release-please"
on:
push:
branches:
- "master"
- "main"
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"

View File

@ -10,7 +10,7 @@ on:
- "!.github/workflows/snapshot.yml"
push:
branches:
- "master"
- "main"
paths-ignore:
- "**.md"
- ".github/**"

View File

@ -14,7 +14,7 @@ on:
ref:
description: "git ref to checkout to"
type: string
default: "master"
default: "main"
outputs:
js-client-snapshots:
description: "js-client snapshots"

View File

@ -18,7 +18,7 @@ on:
ref:
description: "git ref to checkout to"
type: string
default: "master"
default: "main"
env:
NOX_IMAGE: "${{ inputs.nox-image }}"

View File

@ -6,7 +6,6 @@
"files": [
"dist"
],
"main": "index.js",
"scripts": {
"build": "tsc",
"prepare": "node createVersionFile.js"