From e542bd4623836ccfcab8b8c531e670b1db57bb19 Mon Sep 17 00:00:00 2001 From: Philip De Lorenzo Date: Wed, 23 Oct 2024 21:42:06 -0700 Subject: [PATCH] chore: add input for branch in the action --- .github/workflows/test_dispatch.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test_dispatch.yml b/.github/workflows/test_dispatch.yml index 3613bff..dac7244 100644 --- a/.github/workflows/test_dispatch.yml +++ b/.github/workflows/test_dispatch.yml @@ -8,6 +8,11 @@ on: required: false type: boolean default: false + branch: + description: 'Branch to run the workflow on' + required: false + type: string + default: 'master' env: EVENT_TYPE: test_run