From 6975400683e95e8c44094ef874ded6d2373b6d2e Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Thu, 28 May 2026 19:43:03 +0200 Subject: [PATCH] Add workflow_dispatch trigger to build workflow --- .github/workflows/build-and-stage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-stage.yml b/.github/workflows/build-and-stage.yml index 66917e8..92acd01 100644 --- a/.github/workflows/build-and-stage.yml +++ b/.github/workflows/build-and-stage.yml @@ -1,6 +1,7 @@ name: Build and stage on: + workflow_dispatch: push: branches: - main