From e5387dd52c5d20ddae9243ca27e01c6fdf8d644d Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 9 Sep 2024 22:13:05 +0100 Subject: [PATCH] ci: Allow building containers as a manually started job --- .github/workflows/build-containers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 4d089a88..f1d0182a 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -2,6 +2,7 @@ name: "Build Tag" on: + workflow_dispatch: push: tags: - '*'