Skip to content

Commit b6139b5

Browse files
Update .github/workflows/ci.yaml
Co-authored-by: fanninpm <luxverdans@sbcglobal.net>
1 parent f4a5730 commit b6139b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ jobs:
466466
uses: actions/checkout@v5
467467
with:
468468
fetch-depth: 0
469-
ref: ${{ github.head_ref || github.ref_name }}
469+
ref: ${{ github.event.pull_request.head.ref || github.ref_name }}
470470

471471
- name: Setup Rust
472472
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)