From 7a4c34c4c1825ad6df43d15e94b6b0e13fe51996 Mon Sep 17 00:00:00 2001 From: Vinaya Mayya Date: Wed, 3 Jul 2024 11:49:27 -0500 Subject: [PATCH] branch fix --- .github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml b/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml index 05a7975b22..bc97fd0b64 100644 --- a/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml +++ b/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml @@ -7,9 +7,9 @@ name: Pkg EdFi.ProjectTemplates.Installer on: pull_request: - branches: [main, 'b-v*-patch*','feature-*'] + branches: ['main-5x', 'b-v*-patch*','feature-*'] push: - branches: [main, 'b-v*-patch*','feature-*'] + branches: ['main-5x', 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}