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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- PRODUCTION
|
- PRODUCTION
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy production app
|
name: Deploy production app
|
||||||
|
|
|
@ -3,6 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
name: Deploy staging app
|
name: Deploy staging app
|
||||||
|
|
Loading…
Reference in New Issue