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