Enable workflow_dispatch in GHA

This commit is contained in:
Neil Alexander 2022-08-18 13:50:58 +01:00
parent 7484689ad1
commit 606cb67506
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -7,6 +7,7 @@ on:
pull_request:
release:
types: [published]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}