allow manual runs

This commit is contained in:
Adam Cohen Hillel 2025-04-21 01:26:33 +01:00
parent f92d83b840
commit 50aa5ab163
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- PRODUCTION
workflow_dispatch:
jobs:
deploy:
name: Deploy production app

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
name: Deploy staging app