From 6cd687dc4e66d6243346f71048af33143eab49c6 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 4 Aug 2022 11:23:52 +0200 Subject: [PATCH] test build on main branch --- src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml | 2 ++ 1 file changed, 2 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 f5f425f12f..23e2c23745 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml @@ -4,6 +4,8 @@ name: Build and test on: + push: + branches: [ main ] pull_request: branches: [ main ]