From 157d295f40c1b9beb6eeec71de862d6659ae8f57 Mon Sep 17 00:00:00 2001 From: Tom Kennedy <10608054+tomkennedy513@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:54:06 -0400 Subject: [PATCH] Run ci on PRs to release branches Signed-off-by: Tom Kennedy <10608054+tomkennedy513@users.noreply.github.com> --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3de8457b..20b4c00c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,9 @@ on: - release/** tags: - v[0-9]+.[0-9]+.[0-9]+-?** + pull_request: + branches: + - release/** defaults: run: