From a739e42009bc86a5c95f62f334a35889f527dac4 Mon Sep 17 00:00:00 2001 From: Robert Pirtle Date: Mon, 24 Apr 2023 12:53:29 -0700 Subject: [PATCH] ci: run CI test suite against release branches (#1578) --- .github/workflows/ci-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index d6d5902b..5222c788 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -4,6 +4,7 @@ on: # run CI on pull requests to master or a release branch branches: - master + - 'release/**' - 'releases/**' # run default ci checks against current PR jobs: