From 632c27c7e6b9beb10ec4763c1eda19a1f7b75fb4 Mon Sep 17 00:00:00 2001 From: Gwen Shapira Date: Thu, 2 Apr 2026 17:04:45 -0700 Subject: [PATCH] ci: run test workflow on pull requests --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9195766..ce00ccb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,9 @@ on: push: branches: - "**" + pull_request: + branches: + - alpha jobs: test: @@ -29,4 +32,4 @@ jobs: NILEDB_PASSWORD: ${{ secrets.NILEDB_PASSWORD }} NILEDB_POSTGRES_URL: ${{ secrets.NILEDB_POSTGRES_URL }} NILEDB_API_URL: ${{ secrets.NILEDB_API_URL }} - run: npm test \ No newline at end of file + run: npm test