We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c35a2 commit 44a72f0Copy full SHA for 44a72f0
1 file changed
.github/workflows/ci.yaml
@@ -8,6 +8,8 @@ jobs:
8
9
steps:
10
- uses: actions/checkout@v4
11
+ with:
12
+ ref: ${{ github.head_ref }}
13
- name: Setup Go
14
uses: actions/setup-go@v5
15
with:
0 commit comments