mirror of https://github.com/kortix-ai/suna.git
allow manual runs
This commit is contained in:
parent
f92d83b840
commit
50aa5ab163
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- PRODUCTION
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy production app
|
||||
|
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy staging app
|
||||
|
|
Loading…
Reference in New Issue