29 lines
771 B
YAML
29 lines
771 B
YAML
name: Podcast .NET MAUI CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
paths:
|
|
- 'src/Mobile/**'
|
|
- 'src/Web/Components/**'
|
|
- '**/*build.props'
|
|
- '.github/workflows/podcast-dotnet-maui-ci.yml'
|
|
- '.github/workflows/template-dotnet-maui-ci.yml'
|
|
pull_request:
|
|
branches:
|
|
- '**'
|
|
paths:
|
|
- 'src/Mobile/**'
|
|
- 'src/Web/Components/**'
|
|
- '**/*build.props'
|
|
- '.github/workflows/podcast-dotnet-maui-ci.yml'
|
|
- '.github/workflows/template-dotnet-maui-ci.yml'
|
|
|
|
# Allows you to run this workflow manually from the Actions tab
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build-mobile:
|
|
uses: ./.github/workflows/template-dotnet-maui-ci.yml
|
|
with:
|
|
csproj: src/Mobile/Microsoft.NetConf2021.Maui.csproj |