dotnet-podcasts/.github/workflows/podcast-dotnet-maui-ci.yml

29 lines
771 B
YAML
Raw Normal View History

name: Podcast .NET MAUI CI
on:
push:
2022-05-13 19:19:58 +08:00
branches: [ main ]
paths:
- 'src/Mobile/**'
- 'src/Web/Components/**'
- '**/*build.props'
2022-05-13 19:19:58 +08:00
- '.github/workflows/podcast-dotnet-maui-ci.yml'
2022-05-16 16:58:12 +08:00
- '.github/workflows/template-dotnet-maui-ci.yml'
pull_request:
2022-05-13 19:24:12 +08:00
branches:
- '**'
paths:
- 'src/Mobile/**'
- 'src/Web/Components/**'
- '**/*build.props'
2022-05-13 19:19:58 +08:00
- '.github/workflows/podcast-dotnet-maui-ci.yml'
2022-05-16 16:58:12 +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/Mobile/Microsoft.NetConf2021.Maui.csproj