Skip to content

Commit 0a85601

Browse files
authored
Merge pull request #9 from smlx/fix-pr-build
fix: build PR head, not some random merge commit
2 parents 7bcc7bd + 8ef74d5 commit 0a85601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v3
9+
with:
10+
ref: ${{ github.event.pull_request.head.sha }}
911
- name: Install Go
1012
uses: actions/setup-go@v3
1113
with:

0 commit comments

Comments
 (0)