Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deduplicate-lock-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ⚙️ Deduplicate lock file
on:
push:
branches:
- dev
- v2
paths:
- pnpm-lock.yaml

Expand Down
222 changes: 0 additions & 222 deletions .github/workflows/deployments.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: 👔 Format
on:
push:
branches:
- main
- dev
- v2

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: ⬣ Lint
on:
push:
branches:
- main
- dev
- v2
pull_request:

concurrency:
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/merged-pr.yml

This file was deleted.

Loading