execute ci all branch
parent
4995e17002
commit
0e98f1fe37
|
@ -9,7 +9,8 @@ on:
|
||||||
- '**/*build.props'
|
- '**/*build.props'
|
||||||
- '.github/workflows/podcast-dotnet-maui-blazor-ci.yml'
|
- '.github/workflows/podcast-dotnet-maui-blazor-ci.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- 'src/MobileBlazor/**'
|
- 'src/MobileBlazor/**'
|
||||||
- 'src/Web/Components/**'
|
- 'src/Web/Components/**'
|
||||||
|
|
|
@ -9,7 +9,8 @@ on:
|
||||||
- '**/*build.props'
|
- '**/*build.props'
|
||||||
- '.github/workflows/podcast-dotnet-maui-ci.yml'
|
- '.github/workflows/podcast-dotnet-maui-ci.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- 'src/Mobile/**'
|
- 'src/Mobile/**'
|
||||||
- 'src/Web/Components/**'
|
- 'src/Web/Components/**'
|
||||||
|
|
Loading…
Reference in New Issue