From 9c007dfc3ddac6b84696083556776abcc0511563 Mon Sep 17 00:00:00 2001 From: Timothy Pansino <11214426+TimPansino@users.noreply.github.com> Date: Fri, 4 Jun 2021 14:04:09 -0700 Subject: [PATCH] Add feature branches to testing for pull requests (#241) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 342e8f470d..690011a9e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,8 @@ on: pull_request: branches: - main + - feature/* + - feature-* jobs: python: