From 4577552906e687fcf362b453dbe130762de4970c Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Fri, 15 Sep 2023 13:36:15 -0400 Subject: [PATCH] Run CI on PR --- .github/workflows/publish-nuget.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index f1c7f99..1dcf10a 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -2,7 +2,9 @@ name: Build and publish to nuget on: push: branches: - - "*" + - main # Used for stable releases + - develop # Used for preview releases + pull_request: jobs: build: name: Build check for all branches