From 11d111e2f73e46a41d3a07b2e066827bae72fd07 Mon Sep 17 00:00:00 2001 From: calpt <36051308+calpt@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:42:09 +0200 Subject: [PATCH] Run tests on "adapters" branch. --- .github/workflows/tests_torch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_torch.yml b/.github/workflows/tests_torch.yml index 5bdc1e7a14..2e15fb2173 100644 --- a/.github/workflows/tests_torch.yml +++ b/.github/workflows/tests_torch.yml @@ -2,7 +2,7 @@ name: Tests on: push: - branches: ["master"] + branches: ["master", "adapters"] paths: - "src/**" - "examples/**" @@ -11,7 +11,7 @@ on: - "tests_adapters/**" - "utils/**" pull_request: - branches: ["master", "develop"] + branches: ["master", "adapters"] paths: - "src/**" - "examples/**"