From 4aa98aa3e206b3de8fb2605e842b8a8b997b4249 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 8 Dec 2025 11:12:38 +0000 Subject: [PATCH] run CI on release branch --- .github/workflows/dotnetcore.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index fa268a67..323cf54b 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -3,6 +3,7 @@ on: push: branches: - 'master' + - 'release' pull_request: types: [ opened, synchronize, reopened, ready_for_review ]