Skip to content

Commit 9ab0ce0

Browse files
committed
Add back on statment to workflow
1 parent 5bd08f7 commit 9ab0ce0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/prod-firebase-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ name: "Prod: Deploy frontend"
99
# paths:
1010
# - "frontend/**"
1111

12+
on:
13+
workflow_dispatch:
14+
1215
jobs:
1316
build_and_deploy:
1417
runs-on: ubuntu-latest

.github/workflows/prod-heroku-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ name: "Prod: Deploy backend"
88
# - main
99
# paths:
1010
# - "backend/**"
11+
on:
12+
workflow_dispatch:
1113

1214
jobs:
1315
deploy:

0 commit comments

Comments
 (0)