aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-08-18 13:50:58 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-08-18 13:50:58 +0100
commit606cb6750639b1e680cbe1dd1b8026ac1536d642 (patch)
tree349aba17512b6c43fe7e31c4ad50bdeb44dcafa3 /.github
parent7484689ad124c5759c8a10bebaabe9265602fd7d (diff)
Enable `workflow_dispatch` in GHA
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dendrite.yml1
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 }}