Skip to content

Commit

Permalink
Update GitHub Actions workflow to trigger on 'mike0.9' branch instead…
Browse files Browse the repository at this point in the history
… of 'mike-08'
  • Loading branch information
mikhaelbenilouz committed Nov 30, 2024
1 parent 407325e commit 9250bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test API Predict

on:
push:
branches: ["master", "mike-08"]
branches: ["master", "mike0.9"]
pull_request:
branches: ["master"]

Expand Down

0 comments on commit 9250bd2

Please sign in to comment.