Skip to content

Commit 4e2c7b2

Browse files
authored
Remove changesets and workflows from v2 (#10742)
1 parent 0df6e24 commit 4e2c7b2

18 files changed

+94
-1849
lines changed

.github/workflows/deduplicate-lock-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ⚙️ Deduplicate lock file
33
on:
44
push:
55
branches:
6-
- dev
6+
- v2
77
paths:
88
- pnpm-lock.yaml
99

.github/workflows/deployments.yml

Lines changed: 0 additions & 222 deletions
This file was deleted.

.github/workflows/format.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: 👔 Format
33
on:
44
push:
55
branches:
6-
- main
7-
- dev
6+
- v2
87

98
concurrency:
109
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: ⬣ Lint
33
on:
44
push:
55
branches:
6-
- main
7-
- dev
6+
- v2
87
pull_request:
98

109
concurrency:

.github/workflows/merged-pr.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)