From fe256d5308596fb7f2a709d2951e65c7ff852c52 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 16 May 2022 13:09:46 +0200 Subject: [PATCH] review: switch to branch --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59d5b86..f7bcbc6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + ref: ${{ github.event.pull_request.head.ref }} - run: | npm install npm run all