Skip to content

Commit

Permalink
pull_request Branch Condition Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Feb 13, 2024
1 parent f7966e4 commit 1a38f26
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Cleanup Caches by a branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: Cleanup Caches by a branch
on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
types: [ closed ]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Dependencies Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Dependency Review Pull request

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.admin.dataaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.Admin.DataAccess

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.Common

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.loadtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.LoadTools

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Api

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Common

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.ods.standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Standard

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lib edFi.security.dataaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lib EdFi.Security.DataAccess

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Database.Admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Database.Admin

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
paths:
- '**.sql'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Database.Security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Database.Security

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
paths:
- '**.sql'
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Pkg EdFi.Ods.CodeGen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pkg EdFi.Ods.CodeGen

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.PostgreSQL

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.PostgreSQL

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Pkg EdFi.Ods.Populated.Template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template

on:
push:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:
inputs:
distinct_id:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Trgr InitDev workflows in Implementation repo

on:
pull_request:
branches: [main, 'b-v*-patch*']
branches: [main, 'b-v*-patch*',feature-*]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 1a38f26

Please sign in to comment.