By default, Valohai fetches from the main and master branches in your repository. You can change the default list from under Project Settings -> Repositories.
You can use wildcards to fetch from all branches matching the query or list multiple branches by separating them with commas. For example master, main, dev
In an API call you would send a message to:
https://app.valohai.com/api/v0/projects/PROJECT-ID/fetch/
JSON body:
{ "ref": "nameofbranch" }
Comments
0 comments
Please sign in to leave a comment.