From 3a6742de2fd67fb54d16a0b1d7aca577cabe76ec Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Fri, 28 Oct 2022 17:41:19 +0100 Subject: [PATCH] Trigger on workflow_dispatch --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6858ea3ee..1df3daf9cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,7 @@ on: branches: [ master ] pull_request: branches: [ master ] + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: