Skip to content

Commit

Permalink
Update inference-services-test.yml
Browse files Browse the repository at this point in the history
[ "main", "new_model_integrations" ]
  • Loading branch information
ssiegel95 authored Nov 25, 2024
1 parent 3c04ab1 commit 9cffc21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/inference-services-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Tsfminference Service Tests

on:
push:
branches: [ "main" ]
branches: [ "main", "new_model_integrations" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "new_model_integrations" ]

jobs:
build:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
run: |
source .venv/bin/activate
cd services/inference
make test_image
make test_image

0 comments on commit 9cffc21

Please sign in to comment.