From 0e98f1fe37656c4a8b43ec0d85afab33c65b5db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Barrera?= Date: Fri, 13 May 2022 13:24:12 +0200 Subject: [PATCH] execute ci all branch --- .github/workflows/podcast-dotnet-maui-blazor-ci.yml | 3 ++- .github/workflows/podcast-dotnet-maui-ci.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/podcast-dotnet-maui-blazor-ci.yml b/.github/workflows/podcast-dotnet-maui-blazor-ci.yml index c3c930d..855156b 100644 --- a/.github/workflows/podcast-dotnet-maui-blazor-ci.yml +++ b/.github/workflows/podcast-dotnet-maui-blazor-ci.yml @@ -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/**' diff --git a/.github/workflows/podcast-dotnet-maui-ci.yml b/.github/workflows/podcast-dotnet-maui-ci.yml index 82bee91..7273134 100644 --- a/.github/workflows/podcast-dotnet-maui-ci.yml +++ b/.github/workflows/podcast-dotnet-maui-ci.yml @@ -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/**'