From 66604f73633e8afb2219d45ba70f40f24fd571f3 Mon Sep 17 00:00:00 2001 From: Wouter Ensink <46427708+w-ensink@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:15:02 +0100 Subject: [PATCH] add workflow dispatch --- .github/workflows/delivery.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index e3db0ed..2b0d8b0 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -6,6 +6,8 @@ on: release: # Note: a current limitation is that when a release is edited after publication, then the Docker tags are not automatically updated. types: [ published ] + # Make it possible to trigger the checks manually. + workflow_dispatch: permissions: contents: write