From 3cb66c267c0326d5b46bb794850f575617767a1b Mon Sep 17 00:00:00 2001 From: "m.semalaiappan" Date: Mon, 24 Jun 2024 20:16:02 +0530 Subject: [PATCH 1/2] pull request condition added --- .github/workflows/Lib edFi.ods.common manual.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Lib edFi.ods.common manual.yml b/.github/workflows/Lib edFi.ods.common manual.yml index 65adc4a8a9..32afd402dd 100644 --- a/.github/workflows/Lib edFi.ods.common manual.yml +++ b/.github/workflows/Lib edFi.ods.common manual.yml @@ -7,6 +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" From 4f8492343c578ea892ecb563124b646b7d58281d Mon Sep 17 00:00:00 2001 From: "m.semalaiappan" Date: Mon, 24 Jun 2024 13:35:02 -0500 Subject: [PATCH 2/2] pull_request Condtion Added --- .github/workflows/Lib edFi.admin.dataaccess manual.yml | 2 ++ .github/workflows/Lib edFi.common manual.yml | 2 ++ .github/workflows/Lib edFi.security.dataaccess manual.yml | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Lib edFi.admin.dataaccess manual.yml b/.github/workflows/Lib edFi.admin.dataaccess manual.yml index fba6ab9ceb..7822b383ba 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess manual.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess manual.yml @@ -7,6 +7,8 @@ name: Lib EdFi.Admin.DataAccess Manually triggered build on: workflow_dispatch: + pull_request: + branches: [main, 'ODS-*',b-v*-patch*] env: INFORMATIONAL_VERSION: "7.1" diff --git a/.github/workflows/Lib edFi.common manual.yml b/.github/workflows/Lib edFi.common manual.yml index e78fcbe229..00432df1c9 100644 --- a/.github/workflows/Lib edFi.common manual.yml +++ b/.github/workflows/Lib edFi.common manual.yml @@ -7,6 +7,8 @@ name: Lib EdFi.Common Manually triggered build on: workflow_dispatch: + pull_request: + branches: [main, 'ODS-*',b-v*-patch*] env: INFORMATIONAL_VERSION: "7.1" diff --git a/.github/workflows/Lib edFi.security.dataaccess manual.yml b/.github/workflows/Lib edFi.security.dataaccess manual.yml index a13af57aed..4932ecd2ea 100644 --- a/.github/workflows/Lib edFi.security.dataaccess manual.yml +++ b/.github/workflows/Lib edFi.security.dataaccess manual.yml @@ -7,7 +7,8 @@ name: Lib EdFi.Security.DataAccess Manually triggered build on: workflow_dispatch: - + pull_request: + branches: [main, 'ODS-*',b-v*-patch*] env: INFORMATIONAL_VERSION: "7.1" BUILD_INCREMENTER: "-22"