Skip to content

Commit e33dafc

Browse files
baijumclaude
andcommitted
feat: add workflow_dispatch to deploy workflow
Allows manual deploy triggers via `gh workflow run deploy.yml`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ea0f3ce commit e33dafc

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
@@ -3,6 +3,7 @@ name: Deploy
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
67

78
jobs:
89
test:

0 commit comments

Comments
 (0)