Release config ignores custom branch

Not sure what I am doing wrong here. I have a `test` workspace that is pushed to `test` branch in Github. When creating a release configuration and specifying to read the branch `test` (gitcommitish) to compile, GCP dataform ignores it and wants to read from `main`:

 

yanhic_0-1710254093488.png

Known bug or misconfig ?

 

0 1 46
1 REPLY 1

Found out that GCP DF expects the GitHub `main` branch (or whatever default you set) to exist in the remote repo, even if not used for compilation.
Easy fix but error message could be more explanatory.