Skip to content

Commit 0b56ad7

Browse files
committed
ci: allow manual trigger for deploy workflow
1 parent e2b9bad commit 0b56ad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches: [main]
5+
workflow_dispatch:
56

67
jobs:
78
deploy:

0 commit comments

Comments
 (0)