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