From 53f5f39ba9494909fc32649454264c2accee7ed9 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Wed, 18 Feb 2026 13:15:56 -0500 Subject: [PATCH] Enable manual workflow dispatch with configurable inputs in CI/CD pipeline --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efd19ea..d62434b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,16 @@ on: tags: [ '*.*.*' ] pull_request: branches: [ master ] + workflow_dispatch: # Allow manual trigger + inputs: + push: + description: 'Push image to registry' + required: false + default: 'false' + type: choice + options: + - 'false' + - 'true' env: # github.repository as /