From b392919f6eb1ff4daa9eee7da2d2812fb2f0c987 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Thu, 2 May 2024 06:41:02 -0700 Subject: [PATCH] Add workflow dispatch to action Signed-off-by: Ry Jones --- .github/workflows/release-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index 0179b3d93e..cc2f1f5bcd 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -7,6 +7,7 @@ name: Release tests # If the tracker branch does not exist, the downstream pipeline should detect it and run on the main branch instead. on: push: + workflow_dispatch: release: types: [published]