Skip to content

Commit

Permalink
Add back on statment to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda committed Sep 1, 2024
1 parent 5bd08f7 commit 9ab0ce0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prod-firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ name: "Prod: Deploy frontend"
# paths:
# - "frontend/**"

on:
workflow_dispatch:

jobs:
build_and_deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prod-heroku-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: "Prod: Deploy backend"
# - main
# paths:
# - "backend/**"
on:
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 9ab0ce0

Please sign in to comment.