execute ci all branch

pull/129/head
Miguel Ángel Barrera 2022-05-13 13:24:12 +02:00
parent 4995e17002
commit 0e98f1fe37
2 changed files with 4 additions and 2 deletions

View File

@ -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/**'

View File

@ -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/**'