diff --git a/.github/workflows/vdb-tests.yml b/.github/workflows/vdb-tests.yml index f54f5d6c64..e33fbb209e 100644 --- a/.github/workflows/vdb-tests.yml +++ b/.github/workflows/vdb-tests.yml @@ -1,7 +1,10 @@ name: Run VDB Tests on: - workflow_call: + push: + branches: [main] + paths: + - 'api/core/rag/*.py' concurrency: group: vdb-tests-${{ github.head_ref || github.run_id }}