dotnet-podcasts/.github/workflows/podcast-dotnet-maui-blazor-...

29 lines
804 B
YAML
Raw Normal View History

name: Podcast .NET MAUI Blazor CI
on:
push:
2022-05-13 19:19:58 +08:00
branches: [ main ]
paths:
2022-05-13 19:19:58 +08:00
- 'src/MobileBlazor/**'
- 'src/Web/Components/**'
- '**/*build.props'
2022-05-13 19:19:58 +08:00
- '.github/workflows/podcast-dotnet-maui-blazor-ci.yml'
2022-05-16 20:07:13 +08:00
- '.github/workflows/template-dotnet-maui-ci.yml'
pull_request:
2022-05-13 19:24:12 +08:00
branches:
- '**'
paths:
2022-05-13 19:19:58 +08:00
- 'src/MobileBlazor/**'
- 'src/Web/Components/**'
- '**/*build.props'
2022-05-13 19:19:58 +08:00
- '.github/workflows/podcast-dotnet-maui-blazor-ci.yml'
2022-05-16 20:07:13 +08:00
- '.github/workflows/template-dotnet-maui-ci.yml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-mobile:
2022-05-16 16:58:12 +08:00
uses: ./.github/workflows/template-dotnet-maui-ci.yml
with:
csproj: src/MobileBlazor/mauiapp/NetPodsMauiBlazor.csproj