diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-18 13:50:58 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-08-18 13:50:58 +0100 |
commit | 606cb6750639b1e680cbe1dd1b8026ac1536d642 (patch) | |
tree | 349aba17512b6c43fe7e31c4ad50bdeb44dcafa3 /.github | |
parent | 7484689ad124c5759c8a10bebaabe9265602fd7d (diff) |
Enable `workflow_dispatch` in GHA
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 3044b0b9..6cd7a60e 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -7,6 +7,7 @@ on: pull_request: release: types: [published] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} |