2022-05-12 21:55:41 +08:00
|
|
|
name: Podcast .NET MAUI CI
|
2022-03-23 03:27:55 +08:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2022-05-13 19:19:58 +08:00
|
|
|
branches: [ main ]
|
2022-04-18 18:06:47 +08:00
|
|
|
paths:
|
|
|
|
- 'src/Mobile/**'
|
2022-05-12 21:34:26 +08:00
|
|
|
- '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'
|
2022-03-23 03:27:55 +08:00
|
|
|
pull_request:
|
2022-05-13 19:24:12 +08:00
|
|
|
branches:
|
|
|
|
- '**'
|
2022-04-18 18:06:47 +08:00
|
|
|
paths:
|
|
|
|
- 'src/Mobile/**'
|
2022-05-12 21:34:26 +08:00
|
|
|
- 'src/Web/Components/**'
|
2022-04-18 18:06:47 +08:00
|
|
|
- '**/*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'
|
2022-03-23 03:27:55 +08:00
|
|
|
|
|
|
|
# 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
|