diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 0dcdafefa4..59065420c2 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -40,7 +40,7 @@ jobs: ref: refs/pull/${{ github.event.pull_request.number }}/merge - name: Checkout the head commit of the branch - if: github.event_name == 'push' + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' uses: actions/checkout@v2 with: fetch-depth: 0