cleanup CI (#3332)

This commit is contained in:
Reiley Yang 2022-06-02 13:24:03 -07:00 committed by GitHub
parent 05feb69d34
commit fa21e1e1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 17 additions and 17 deletions

View File

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

View File

@ -2,11 +2,11 @@ name: Code Coverage
on:
push:
branches: [ main, metrics ]
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main, metrics ]
branches: [ main ]
paths-ignore:
- '**.md'

View File

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

View File

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

View File

@ -2,11 +2,11 @@ name: Integration Tests
on:
push:
branches: [ main, metrics ]
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main, metrics ]
branches: [ main ]
paths-ignore:
- '**.md'

View File

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

View File

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

View File

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

View File

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