From 2c497cd84360f3e22d2c6995bea6ca64b2d354e7 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:37:08 +0200 Subject: [PATCH] build: correct the branch pattern for dev branches --- .../azure-static-web-apps-ambitious-stone-0033b3603.yml | 4 ++-- src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml | 4 ++-- src/Umbraco.Web.UI.Client/.github/workflows/codeql.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml index 7b4792766b..e618f4da80 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml @@ -5,13 +5,13 @@ on: branches: - main - release/* - - dev/* + - v*/dev pull_request: types: [opened, synchronize, reopened, closed] branches: - main - release/* - - dev/* + - v*/dev workflow_dispatch: inputs: issue_number: 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 4be78a1eb2..8e70477ef8 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml @@ -8,12 +8,12 @@ on: branches: - main - release/* - - dev/* + - v*/dev pull_request: branches: - main - release/* - - dev/* + - v*/dev # Allows GitHub to use this workflow to validate the merge queue merge_group: diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/codeql.yml b/src/Umbraco.Web.UI.Client/.github/workflows/codeql.yml index 5d8b9febed..f3f3a37812 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/codeql.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/codeql.yml @@ -16,12 +16,12 @@ on: branches: - main - release/* - - dev/* + - v*/dev pull_request: branches: - main - release/* - - dev/* + - v*/dev schedule: - cron: '33 2 * * 1'