Skip to content

Commit d51cad8

Browse files
committed
chore: rename dev branch to main
Update all workflow triggers and changesets baseBranch from dev to main.
1 parent e237529 commit d51cad8

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fixed": [],
66
"linked": [],
77
"access": "public",
8-
"baseBranch": "dev",
8+
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": ["example-react-app"]
1111
}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66
pull_request:
7-
branches: [dev]
7+
branches: [main]
88

99
jobs:
1010
build:

.github/workflows/cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CLI
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66
pull_request:
7-
branches: [dev]
7+
branches: [main]
88

99
jobs:
1010
cli:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Lint
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66
pull_request:
7-
branches: [dev]
7+
branches: [main]
88

99
jobs:
1010
lint:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [dev]
5+
branches: [main]
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
88

0 commit comments

Comments
 (0)