Skip to content

Commit

Permalink
branch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vimayya committed Jul 3, 2024
1 parent 9003b02 commit 7a4c34c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7a4c34c

Please sign in to comment.