Skip to content

Commit

Permalink
cleanup CI (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Jun 2, 2022
1 parent 05feb69 commit fa21e1e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apicompatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: API Compatibility

on:
pull_request:
branches: [ main, metrics ]
branches: [ main ]
paths-ignore:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: docfx

on:
push:
branches: [ main, metrics ]
branches: [ main ]
pull_request:
branches: [ main, metrics ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: markdownlint

on:
push:
branches: [ main, metrics ]
branches: [ main ]
paths:
- '**.md'
pull_request:
branches: [ main, metrics ]
branches: [ main ]
paths:
- '**.md'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanitycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: sanitycheck

on:
push:
branches: [ main, metrics ]
branches: [ main ]
pull_request:
branches: [ main, metrics ]
branches: [ main ]

jobs:
misspell:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit fa21e1e

Please sign in to comment.