From 3c3fb60915230857a757159efb1e3a283002cdfb Mon Sep 17 00:00:00 2001 From: Daniel Truemper Date: Thu, 5 Dec 2024 11:08:31 +0100 Subject: [PATCH] Updating PR run to build the PR not the source branch --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c427b1a..3180fdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 with: - ref: 'source' + ref: ${{ github.head_ref }} submodules: 'recursive' fetch-depth: 0