Skip to content

Commit

Permalink
Run tests on "adapters" branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt committed Aug 25, 2023
1 parent accf70f commit 11d111e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Tests

on:
push:
branches: ["master"]
branches: ["master", "adapters"]
paths:
- "src/**"
- "examples/**"
Expand All @@ -11,7 +11,7 @@ on:
- "tests_adapters/**"
- "utils/**"
pull_request:
branches: ["master", "develop"]
branches: ["master", "adapters"]
paths:
- "src/**"
- "examples/**"
Expand Down

0 comments on commit 11d111e

Please sign in to comment.