Trigger CI for main and metrics branch (#1749)

This commit is contained in:
Cijo Thomas 2021-01-29 13:07:37 -08:00 committed by GitHub
parent 0b19047f9f
commit 26953a4b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@ name: docfx
on:
pull_request:
branches: [ main ]
branches: [ main, metrics ]
jobs:
build:

View File

@ -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'

View File

@ -2,7 +2,7 @@ name: Linux
on:
pull_request:
branches: [ main ]
branches: [ main, metrics ]
paths-ignore:
- '**.md'

View File

@ -2,7 +2,7 @@ name: Windows
on:
pull_request:
branches: [ main ]
branches: [ main, metrics ]
paths-ignore:
- '**.md'

View File

@ -2,7 +2,7 @@ name: dotnet format
on:
pull_request:
branches: [ main ]
branches: [ main, metrics ]
paths:
- '**.cs'
- '.editorconfig'

View File

@ -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'

View File

@ -2,7 +2,7 @@ name: markdownlint
on:
pull_request:
branches: [ main ]
branches: [ main, metrics ]
paths:
- '**.md'

View File

@ -2,7 +2,7 @@ name: sanitycheck
on:
pull_request:
branches: [ main ]
branches: [ main, metrics ]
jobs:
misspell: