From 26953a4b87403a3e0873fd72126c1f1755da3804 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Fri, 29 Jan 2021 13:07:37 -0800 Subject: [PATCH] Trigger CI for main and metrics branch (#1749) --- .github/workflows/docfx.yml | 2 +- .github/workflows/dotnet-core-cov.yml | 4 ++-- .github/workflows/dotnet-core-linux.yml | 2 +- .github/workflows/dotnet-core-win.yml | 2 +- .github/workflows/dotnet-format.yml | 2 +- .github/workflows/integration.yml | 4 ++-- .github/workflows/markdownlint.yml | 2 +- .github/workflows/sanitycheck.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docfx.yml b/.github/workflows/docfx.yml index 0e628d9d2..2ac28890f 100644 --- a/.github/workflows/docfx.yml +++ b/.github/workflows/docfx.yml @@ -2,7 +2,7 @@ name: docfx on: pull_request: - branches: [ main ] + branches: [ main, metrics ] jobs: build: diff --git a/.github/workflows/dotnet-core-cov.yml b/.github/workflows/dotnet-core-cov.yml index 83c2d7930..d30bc419d 100644 --- a/.github/workflows/dotnet-core-cov.yml +++ b/.github/workflows/dotnet-core-cov.yml @@ -2,11 +2,11 @@ name: Code Coverage on: push: - branches: [ main ] + branches: [ main, metrics ] paths-ignore: - '**.md' pull_request: - branches: [ main ] + branches: [ main, metrics ] paths-ignore: - '**.md' diff --git a/.github/workflows/dotnet-core-linux.yml b/.github/workflows/dotnet-core-linux.yml index e961a3db1..4d59f9e5e 100644 --- a/.github/workflows/dotnet-core-linux.yml +++ b/.github/workflows/dotnet-core-linux.yml @@ -2,7 +2,7 @@ name: Linux on: pull_request: - branches: [ main ] + branches: [ main, metrics ] paths-ignore: - '**.md' diff --git a/.github/workflows/dotnet-core-win.yml b/.github/workflows/dotnet-core-win.yml index 82fabd22f..a28121acf 100644 --- a/.github/workflows/dotnet-core-win.yml +++ b/.github/workflows/dotnet-core-win.yml @@ -2,7 +2,7 @@ name: Windows on: pull_request: - branches: [ main ] + branches: [ main, metrics ] paths-ignore: - '**.md' diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index f9f2e38b5..e858e986a 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -2,7 +2,7 @@ name: dotnet format on: pull_request: - branches: [ main ] + branches: [ main, metrics ] paths: - '**.cs' - '.editorconfig' diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 99ee28196..cc055df9d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -2,11 +2,11 @@ name: Integration Tests on: push: - branches: [ main ] + branches: [ main, metrics ] paths-ignore: - '**.md' pull_request: - branches: [ main ] + branches: [ main, metrics ] paths-ignore: - '**.md' diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 77c8957b4..75e931348 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -2,7 +2,7 @@ name: markdownlint on: pull_request: - branches: [ main ] + branches: [ main, metrics ] paths: - '**.md' diff --git a/.github/workflows/sanitycheck.yml b/.github/workflows/sanitycheck.yml index 92fda06a6..fec52bb45 100644 --- a/.github/workflows/sanitycheck.yml +++ b/.github/workflows/sanitycheck.yml @@ -2,7 +2,7 @@ name: sanitycheck on: pull_request: - branches: [ main ] + branches: [ main, metrics ] jobs: misspell: