diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 793a6df..1b6c2d6 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2 continue-on-error: true with: - ref: ${{ github.ref }} + ref: ${{ github.head_ref || github.ref_name }} repository: QuantConnect/Lean path: Lean