diff --git a/.github/workflows/delayed-pipelines.yml b/.github/workflows/delayed-pipelines.yml index af88b86cb..d7b169ba3 100644 --- a/.github/workflows/delayed-pipelines.yml +++ b/.github/workflows/delayed-pipelines.yml @@ -1,12 +1,12 @@ name: Cuemon CI/CD Pipeline (Delayed) on: pull_request: + branches: [main] paths-ignore: - .codecov/** - .docfx/** - - .github/** - .nuget/** - - '**.md' + - '**/*.md' workflow_dispatch: inputs: configuration: diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index e2adaef88..bfec52cca 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -1,12 +1,12 @@ name: Cuemon CI/CD Pipeline on: pull_request: + branches: [main] paths-ignore: - .codecov/** - .docfx/** - - .github/** - .nuget/** - - '**.md' + - '**/*.md' workflow_dispatch: inputs: configuration: diff --git a/README.md b/README.md index 673053a46..de8e0400e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ All CI and CD integrations have been migrated away from [Microsoft Azure DevOps] All code quality analysis are done by [SonarCloud](https://sonarcloud.io/) and [CodeCov.io](https://codecov.io/). -![License](https://img.shields.io/github/license/gimlichael/cuemon) ![Build Status](https://github.com/gimlichael/Cuemon/actions/workflows/pipelines.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/gimlichael/Cuemon/branch/development/graph/badge.svg)](https://codecov.io/gh/gimlichael/Cuemon) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Cuemon&metric=coverage)](https://sonarcloud.io/dashboard?id=Cuemon) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](.github/CODE_OF_CONDUCT.md) +![License](https://img.shields.io/github/license/gimlichael/cuemon) ![Build Status](https://github.com/gimlichael/Cuemon/actions/workflows/pipelines.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/gimlichael/Cuemon/branch/development/graph/badge.svg)](https://codecov.io/gh/gimlichael/Cuemon) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Cuemon&metric=coverage)](https://sonarcloud.io/dashboard?id=Cuemon) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](.github/CODE_OF_CONDUCT.md) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/gimlichael/cuemon/badge)](https://scorecard.dev/viewer/?uri=github.com/gimlichael/cuemon) ## Branching Strategy