From 3bebe6012170c65922cc1673361e5d5d16fa6e36 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 5 May 2021 09:02:22 -0400 Subject: [PATCH] ci(gha): Run ci workflow for PRs into release branches --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c2c38d88c..86be9adabb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,9 @@ on: push: branches: '**' pull_request: - branches: 'master' + branches: + - 'master' + - 'release-[0-9]+.[0-9]+' jobs: unixish: