ci: checkout correct branch for build step (#3676)

This commit is contained in:
Max Golionko 2023-01-19 02:34:20 -05:00 committed by Aliaksandr Valialkin
parent 0d91e0f035
commit 28738c473a
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -15,6 +15,8 @@ jobs:
steps:
- name: Code checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
- name: Setup Go
uses: actions/setup-go@v3