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 }}