From 8c81c575f15c10851e1a481fc1ebdd18c5a49165 Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Wed, 17 Jul 2024 14:49:53 +0700 Subject: [PATCH] Also run workflow on pushes & PRs to main --- .github/workflows/nuget-ci-cd.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget-ci-cd.yml b/.github/workflows/nuget-ci-cd.yml index 0eecb46..64ea91e 100644 --- a/.github/workflows/nuget-ci-cd.yml +++ b/.github/workflows/nuget-ci-cd.yml @@ -2,12 +2,11 @@ name: Build NuGet packages on: push: - # Note: main is NOT included here - branches: [ develop ] + branches: [ develop, main ] tags: - v* pull_request: - branches: [ develop ] + branches: [ develop, main ] jobs: build: