diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a0cc5ef..d35772e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,10 +1,10 @@ name: MemGPT tests -# on: -# push: -# branches: [ main ] -# pull_request: -# branches: [ main ] +on: + push: + branches: [ basic-tests ] + pull_request: + branches: [ basic-tests ] jobs: test: