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" - "reopened"
push: push:
branches: branches:
- "master" - "main"
paths-ignore: paths-ignore:
- "**.md" - "**.md"
- ".github/**" - ".github/**"

View File

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

View File

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

View File

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

View File

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

View File

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