Run workflows for any branch starting with "main". (#3708)

This commit is contained in:
Mikel Blanchard 2022-09-29 12:04:43 -07:00 committed by GitHub
parent 7fd3783371
commit a93f7138b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 21 additions and 21 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -9,7 +9,7 @@ name: Integration Tests
on:
pull_request:
branches: [ main ]
branches: [ 'main*' ]
paths:
- '**.md'

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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