Skip to content

Commit

Permalink
run tests on alpha channel
Browse files Browse the repository at this point in the history
  • Loading branch information
haruska committed Mar 19, 2024
1 parent 23a2541 commit 7c581cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
branches:
- main
- alpha

jobs:
build:
Expand All @@ -21,4 +22,5 @@ jobs:
env:
TEST_POD_INDEX_NAME: ${{ secrets.TEST_POD_INDEX_NAME }}
TEST_SERVERLESS_INDEX_NAME: ${{ secrets.TEST_SERVERLESS_INDEX_NAME }}
API_KEY: ${{ secrets.API_KEY }}
API_KEY: ${{ secrets.API_KEY }}
ORG_API_KEY: ${{ secrets.ORG_API_KEY }}

0 comments on commit 7c581cf

Please sign in to comment.