From 13d5bcc5c87b3a5685afbeaad825cd6633aca4a5 Mon Sep 17 00:00:00 2001 From: Rembrandt Kuipers <50174308+RembrandtK@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:43:01 +0000 Subject: [PATCH] ci: add workflow_dispatch trigger to containers.yml Allows on-demand image builds from any branch via gh workflow run, producing :sha- tags for downstream integration testing without widening the push-trigger branches list. --- .github/workflows/containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 804b5f79b..7ea207be4 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -1,6 +1,7 @@ name: Build and upload Docker image on: + workflow_dispatch: push: branches: - main