From 1e63ea8f5ce3cb75ddfb63841a1902c5185ae392 Mon Sep 17 00:00:00 2001 From: "m.semalaiappan" Date: Wed, 13 Nov 2024 21:34:10 -0600 Subject: [PATCH] Clean up --- .github/workflows/Cleanup Caches by a branch.yml | 2 +- .github/workflows/Dependencies Security Scan.yml | 2 +- .github/workflows/Lib edFi.admin.dataaccess.yml | 2 +- .github/workflows/Lib edFi.common.yml | 2 +- .github/workflows/Lib edFi.loadtools.yml | 2 +- .github/workflows/Lib edFi.ods.api.yml | 2 +- .github/workflows/Lib edFi.ods.common.yml | 2 +- .github/workflows/Lib edFi.ods.standard.yml | 2 +- .github/workflows/Lib edFi.security.dataaccess.yml | 2 +- .github/workflows/Pkg EdFi.Database.Admin.yml | 2 +- .github/workflows/Pkg EdFi.Database.Security.yml | 2 +- .github/workflows/Pkg EdFi.Ods.CodeGen.yml | 4 ++-- .../workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml | 2 +- .../Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml | 2 +- .../workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml | 2 +- .../Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Populated.Template.yml | 2 +- .github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml | 2 +- .github/workflows/Scorecard supply-chain security.yml | 2 +- .../Trgr InitDev workflows in Implementation repo.yml | 2 +- 23 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/Cleanup Caches by a branch.yml b/.github/workflows/Cleanup Caches by a branch.yml index 119712d0da..5e96588f6d 100644 --- a/.github/workflows/Cleanup Caches by a branch.yml +++ b/.github/workflows/Cleanup Caches by a branch.yml @@ -6,7 +6,7 @@ name: Cleanup Caches by a branch on: pull_request: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] types: [ closed ] permissions: read-all diff --git a/.github/workflows/Dependencies Security Scan.yml b/.github/workflows/Dependencies Security Scan.yml index 6d71d3ca00..02932b1581 100644 --- a/.github/workflows/Dependencies Security Scan.yml +++ b/.github/workflows/Dependencies Security Scan.yml @@ -7,7 +7,7 @@ name: Dependency Review Pull request on: pull_request: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] permissions: read-all diff --git a/.github/workflows/Lib edFi.admin.dataaccess.yml b/.github/workflows/Lib edFi.admin.dataaccess.yml index 15fb7c4116..6300584727 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Admin.DataAccess on: pull_request: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Lib edFi.common.yml b/.github/workflows/Lib edFi.common.yml index ebf9192b0e..d2345bf44c 100644 --- a/.github/workflows/Lib edFi.common.yml +++ b/.github/workflows/Lib edFi.common.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Common on: pull_request: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Lib edFi.loadtools.yml b/.github/workflows/Lib edFi.loadtools.yml index 534caf5009..964332de7a 100644 --- a/.github/workflows/Lib edFi.loadtools.yml +++ b/.github/workflows/Lib edFi.loadtools.yml @@ -7,7 +7,7 @@ name: Lib EdFi.LoadTools on: pull_request: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Lib edFi.ods.api.yml b/.github/workflows/Lib edFi.ods.api.yml index f47a978a48..274494620f 100644 --- a/.github/workflows/Lib edFi.ods.api.yml +++ b/.github/workflows/Lib edFi.ods.api.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Api on: pull_request: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Lib edFi.ods.common.yml b/.github/workflows/Lib edFi.ods.common.yml index e6d5895bf6..8afea64111 100644 --- a/.github/workflows/Lib edFi.ods.common.yml +++ b/.github/workflows/Lib edFi.ods.common.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Common on: pull_request: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Lib edFi.ods.standard.yml b/.github/workflows/Lib edFi.ods.standard.yml index 91454c64d0..dc956263b1 100644 --- a/.github/workflows/Lib edFi.ods.standard.yml +++ b/.github/workflows/Lib edFi.ods.standard.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Standard on: pull_request: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Lib edFi.security.dataaccess.yml b/.github/workflows/Lib edFi.security.dataaccess.yml index f9d9f88b78..f3fd5fb26c 100644 --- a/.github/workflows/Lib edFi.security.dataaccess.yml +++ b/.github/workflows/Lib edFi.security.dataaccess.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Security.DataAccess on: pull_request: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Pkg EdFi.Database.Admin.yml b/.github/workflows/Pkg EdFi.Database.Admin.yml index 8fa74f6981..869b36e097 100644 --- a/.github/workflows/Pkg EdFi.Database.Admin.yml +++ b/.github/workflows/Pkg EdFi.Database.Admin.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [main,'b-v*-patch*','feature-*'] push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] paths: - '**.sql' workflow_dispatch: diff --git a/.github/workflows/Pkg EdFi.Database.Security.yml b/.github/workflows/Pkg EdFi.Database.Security.yml index a37c5b822f..ec1f340b7c 100644 --- a/.github/workflows/Pkg EdFi.Database.Security.yml +++ b/.github/workflows/Pkg EdFi.Database.Security.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [main,'b-v*-patch*','feature-*'] push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] paths: - '**.sql' workflow_dispatch: diff --git a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml index 6f1c21f3da..aa8d5563e4 100644 --- a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml +++ b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml @@ -2,9 +2,9 @@ name: Pkg EdFi.Ods.CodeGen on: pull_request: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] push: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml index 157b728d8b..4c16308cb0 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.PostgreSQL on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml index 5f455d3272..caddcdc7c0 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml index 719e545e81..93bdbdc297 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml index 9eda0ac5bd..f82eebe49f 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml index f25f560801..ff45fe86b7 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.PostgreSQL on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml index 6c17cd447e..3794fbe1ed 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml index 85429e48fc..d0b3b47d1f 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml index 11eea5fa6f..990cd2b4fb 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template on: push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml b/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml index c48e569d25..a53e6396d7 100644 --- a/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml +++ b/.github/workflows/Pkg EdFi.ProjectTemplates.Installer.yml @@ -9,7 +9,7 @@ on: pull_request: branches: [main,'b-v*-patch*','feature-*'] push: - branches: ['b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/Scorecard supply-chain security.yml b/.github/workflows/Scorecard supply-chain security.yml index b12efd1d7f..8d622fa113 100644 --- a/.github/workflows/Scorecard supply-chain security.yml +++ b/.github/workflows/Scorecard supply-chain security.yml @@ -5,7 +5,7 @@ on: schedule: - cron: '15 23 * * 0' push: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: # Declare default permissions as read only. diff --git a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml index 2ca9ee340e..e87cd6b1bc 100644 --- a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml +++ b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml @@ -2,7 +2,7 @@ name: Trgr InitDev workflows in Implementation repo on: pull_request: - branches: [ 'b-v*-patch*','feature-*'] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: permissions: read-all