From 9944296ed36152e4b00fa0591d3513c38cbb90b8 Mon Sep 17 00:00:00 2001 From: Karel Cemus Date: Thu, 11 Apr 2024 22:28:05 +0200 Subject: [PATCH] Build merge commit in PR in CI (#297) --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index eac2e3f..39df6b3 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} + ref: ${{ github.ref }} - name: Cache Coursier uses: coursier/cache-action@v6.4