Skip to content

Commit e5eb594

Browse files
committed
feat: add workflow dispatch for cd runs
1 parent 0a3756a commit e5eb594

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'package.json'
1010
- 'pnpm-lock.yaml'
1111
- 'pnpm-workspace.yaml'
12+
workflow_dispatch:
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)