Skip to content

Commit

Permalink
pull_request Condition updated to trigger new package
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Jan 31, 2025
1 parent 81dab0b commit fd0afda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Lib edFi.ods.api manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# 3.If any .NET new major/minor version upgrade or Nuget package version upgrade happens in Ed-Fi-ODS/Application/EdFi.Ods.Api/EdFi.Ods.Api.csproj Project.

name: Lib EdFi.Ods.Api Manually triggered build

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

workflow_dispatch:

env:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/Lib edFi.ods.common manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
# 3.If any .NET new major/minor version upgrade or Nuget package version upgrade happens in Ed-Fi-ODS/Application/EdFi.Ods.Common/EdFi.Ods.Common.csproj Project.

name: Lib EdFi.Ods.Common Manually triggered build

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

workflow_dispatch:

env:
Expand Down

0 comments on commit fd0afda

Please sign in to comment.