Skip to content

Commit

Permalink
Update finetuning-service-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiegel95 authored Nov 25, 2024
1 parent 9cffc21 commit dd531ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/finetuning-service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: tsfmfinetuning 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 @@ -47,4 +47,4 @@ jobs:
source .venv/bin/activate
cd services/finetuning
make test_local

0 comments on commit dd531ac

Please sign in to comment.