diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6d90535ec5..2744883b60 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - ref: ${{ github.event.workflow_run.head_branch }} + ref: ${{ github.ref_name }} - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0