Trigger CI for main and metrics branch (#1749)
This commit is contained in:
parent
0b19047f9f
commit
26953a4b87
|
|
@ -2,7 +2,7 @@ name: docfx
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, metrics ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: Linux
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, metrics ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: Windows
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, metrics ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: dotnet format
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, metrics ]
|
||||
paths:
|
||||
- '**.cs'
|
||||
- '.editorconfig'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: markdownlint
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, metrics ]
|
||||
paths:
|
||||
- '**.md'
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: sanitycheck
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ main, metrics ]
|
||||
|
||||
jobs:
|
||||
misspell:
|
||||
|
|
|
|||
Loading…
Reference in New Issue