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/**"