feat: add workflow dispatch inputs for manual deployment options

This commit is contained in:
2026-02-09 13:19:39 -06:00
parent 35497fcf1d
commit e5ad69bcdf

View File

@@ -5,6 +5,16 @@ on:
branches:
- main
- development
workflow_dispatch:
inputs:
environment:
description: 'Desplegar dev'
required: true
default: 'development'
type: choice
options:
- development
- main
jobs:
build: