From 0449661651bf5ce3af265506645739f5ed9daab9 Mon Sep 17 00:00:00 2001 From: Callahan Date: Tue, 1 Oct 2024 11:15:41 -0500 Subject: [PATCH] ci: allow republishing branches (#5078) (#5082) Signed-off-by: Callahan Kovacs --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 256bc582db..0a11f13634 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,6 +5,8 @@ on: push: branches: - "feature/**" + # allow manual re-publishing as branches expire after 30 days + workflow_dispatch: jobs: publish: