NVIDIA / edk2-nvidia

NVIDIA EDK2 platform support
Other
77 stars 37 forks source link

fix(github): Correct branch builds in workflow #79

Closed jgarver closed 11 months ago

jgarver commented 11 months ago

The github.head_ref is only defined for pull requests. We should be using github.ref instead.

github.head_ref was working for some branches because it became an empty string. That led to the default combo being used, which is "main".