diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a843da33c..7a7af82e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,3 +29,5 @@ jobs: ref: ${{ github.event.pull_request.head.ref || github.ref }} repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + run: + echo "Current branch: ${{ github.event.pull_request.head.ref || github.ref }}"