Add workflow_dispatch trigger for full check (#91)

add workflow_dispatch trigger
main
Kirill Sizov 4 years ago committed by GitHub
parent 02a2965e04
commit 776a549fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ on:
ref:
type: string
required: true
workflow_dispatch:
env:
WORKFLOW_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

Loading…
Cancel
Save