Fix manual triggering of client workflow (#2624)
This commit is contained in:
parent
6750ca1981
commit
999caf0ccf
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user