From 9418c925ec6c75a9542274354ccaae9d718a0a2c Mon Sep 17 00:00:00 2001 From: Luca Civale <56133182+lucacivale@users.noreply.github.com> Date: Fri, 31 Jan 2025 22:45:26 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3f7d4e..55db85d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,12 +2,7 @@ name: Build for NuGet Release on: push: - branches: [ "main" ] - paths-ignore: - - "**.md" - pull_request: - branches: [ "main" ] - + env: DOTNET_VERSION: '9.0.x' PluginSolutionPath: 'src\Plugin.Maui.BottomSheet\Plugin.Maui.BottomSheet.sln'