From 19aaaf1033a8e889583f5d1cfd16352b8e06b014 Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Tue, 5 Nov 2024 16:08:44 -0800 Subject: [PATCH] Update on target (#4291) * Update releasenotes * #4120 Remove old nuget files * #4120 Add initial release action * Change on condition --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1d686ea9b4..efa62599da 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,9 +1,10 @@ name: release +# trigger on a push to any release/* branch on: push: - branches: [ release/* ] - paths: ['Source/**', '.github/workflows/**'] + branches: + - 'release/*' jobs: