From 1641b6ba49bdcf28b33a29fcf6cb87ab740886f2 Mon Sep 17 00:00:00 2001 From: Alexandru Macocian Date: Wed, 2 Jun 2021 13:47:47 +0200 Subject: [PATCH] Disable CD pipeline in PRs --- .github/workflows/cd.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index e168df7..3f43834 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -4,9 +4,6 @@ on: push: branches: - master - pull_request: - branches: - - master jobs: @@ -47,7 +44,7 @@ jobs: - name: Build WpfExtended project run: dotnet build WpfExtended -c $env:Configuration -p:SolutionDir=$env:GITHUB_WORKSPACE - - name: Push nuget package + - name: Push WpfExtended Nuget package uses: brandedoutcast/publish-nuget@v2.5.5 with: PROJECT_FILE_PATH: WpfExtended\WpfExtended.csproj @@ -56,7 +53,7 @@ jobs: - name: Build WpfExtended.SourceGeneration project run: dotnet build WpfExtended.SourceGeneration -c $env:Configuration - - name: Push nuget package + - name: Push WpfExtended.SourceGeneration Nuget package uses: brandedoutcast/publish-nuget@v2.5.5 with: PROJECT_FILE_PATH: WpfExtended.SourceGeneration\WpfExtended.SourceGeneration.csproj