NVIDIA / edk2-nvidia

NVIDIA EDK2 platform support
Other
78 stars 36 forks source link

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

Closed jgarver closed 1 year ago

jgarver commented 1 year 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".