Skip to content

Commit

Permalink
Added pull request to get manual trigger run button
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Jan 2, 2025
1 parent 6d41db1 commit f2f2be3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Lib edFi.ods.api manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Lib EdFi.Ods.Api Manually triggered build

on:
workflow_dispatch:

pull_request:
branches: [main, 'ODS-*',b-v*-patch*]
env:
INFORMATIONAL_VERSION: "7.1"
BUILD_INCREMENTER: "-50"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Lib edFi.ods.common manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name: Lib EdFi.Ods.Common Manually triggered build

on:
workflow_dispatch:

pull_request:
branches: [main, 'ODS-*',b-v*-patch*]
env:
INFORMATIONAL_VERSION: "7.1"
BUILD_INCREMENTER: "-18"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Lib edFi.ods.standard manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Lib EdFi.Ods.Standard Manually triggered build

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

env:
INFORMATIONAL_VERSION: "7.1"
Expand Down

0 comments on commit f2f2be3

Please sign in to comment.