From 7bc5727892ac3d8cfca7de1c4c944aba0c30570e Mon Sep 17 00:00:00 2001 From: Callahan Date: Mon, 30 Sep 2024 18:51:33 -0500 Subject: [PATCH] ci: allow republishing branches (#5078) 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: