From 8119aa6933458606e32b5d2ff2202bbd878e40b9 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 15 Jun 2023 12:17:02 +0200 Subject: [PATCH] ci: do tests on dynamic-feature-extraction branch --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 64475f65..92ffcca8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ master, "dynamic-feature-extraction" ] pull_request: - branches: [ master ] + branches: [ master, "dynamic-feature-extraction" ] # save workspaces to speed up testing env: