From be979867cec699ed9a048031b2b0be2bf0f84785 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 13 Feb 2023 11:12:08 +0100 Subject: [PATCH] allow build_test for merge queues --- src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml index 47b19ff4ea..de98c8d42e 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml @@ -9,6 +9,9 @@ on: pull_request: branches: [ main ] + # Allows GitHub to use this workflow to validate the merge queue + merge_group: + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: