summary refs log tree commit diff
path: root/.github/workflows/release-artifacts.yml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 17:16:45 +0100
committerGitHub <noreply@github.com>2022-10-03 17:16:45 +0100
commit2d5ce8c087509b86c8c692e48a84bdc237206241 (patch)
tree97bc7ac0097c56269853a0ca9a42eae4114ed7c3 /.github/workflows/release-artifacts.yml
parentBump docker/build-push-action from 2 to 3 (#14022) (diff)
downloadsynapse-2d5ce8c087509b86c8c692e48a84bdc237206241.tar.xz
Dependabot changelogs: trigger CI explicitly (#14027)
* Dependabot changelogs: trigger CI explicitly

* Changelog

* Use merge ref, not head ref

ref ref ref ref ref

* explanatory note
Diffstat (limited to '.github/workflows/release-artifacts.yml')
-rw-r--r--.github/workflows/release-artifacts.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index fd3f9725ff..1e61200fd4 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -11,6 +11,7 @@ on:
 
     # we do the full build on tags.
     tags: ["v*"]
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}