review: switch to branch

This commit is contained in:
Fernandez Ludovic 2022-05-16 13:09:46 +02:00
parent f4e4347cad
commit fe256d5308

View file

@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- run: | - run: |
npm install npm install
npm run all npm run all