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
You can also use Github tags to fetch your commits.Remember to add tag/
or wildcard before your tag.
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.