From 5b5153ed8286e5513d116d76fd4f366c33ba6359 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Fri, 2 Feb 2024 10:53:45 -0800 Subject: [PATCH] Run release workflow on push to release branch (#7127) # Description * Fix release.yaml to run release workflow on push to release branch ## Type of change - This pull request fixes a bug in Radius and has an approved issue (issue link required). - This pull request adds or changes features of Radius and has an approved issue (issue link required). - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Fixes: #7113 Signed-off-by: willdavsmith --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a7e190408..81d438427d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,6 +20,7 @@ on: push: branches: - main + - 'release/*' paths: - 'versions.yaml' pull_request: