Skip to content

Commit e982ffb

Browse files
shantanu patilclaude
authored andcommitted
Add workflow_dispatch trigger to deploy workflows
Enables manual triggering of API and Web deploys via GitHub Actions UI or gh CLI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 56140f7 commit e982ffb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy API to Cloud Run
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy Web to Cloud Run
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:

0 commit comments

Comments
 (0)