Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 3b1371f

Browse files
author
Akim
authored
chore: Rename master to main (#437)
Update branch
1 parent b269cf4 commit 3b1371f

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "reopened"
1616
push:
1717
branches:
18-
- "master"
18+
- "main"
1919
paths-ignore:
2020
- "**.md"
2121
- ".github/**"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "release-please"
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77

88
concurrency:
99
group: "${{ github.workflow }}-${{ github.ref }}"

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "!.github/workflows/snapshot.yml"
1111
push:
1212
branches:
13-
- "master"
13+
- "main"
1414
paths-ignore:
1515
- "**.md"
1616
- ".github/**"

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
ref:
1515
description: "git ref to checkout to"
1616
type: string
17-
default: "master"
17+
default: "main"
1818
outputs:
1919
js-client-snapshots:
2020
description: "js-client snapshots"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
ref:
1919
description: "git ref to checkout to"
2020
type: string
21-
default: "master"
21+
default: "main"
2222

2323
env:
2424
NOX_IMAGE: "${{ inputs.nox-image }}"

packages/core/js-client-isomorphic/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"files": [
77
"dist"
88
],
9-
"main": "index.js",
109
"scripts": {
1110
"build": "tsc",
1211
"prepare": "node createVersionFile.js"

0 commit comments

Comments
 (0)