summary refs log tree commit diff
path: root/.github/workflows/tests.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/tests.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/tests.yml')
-rw-r--r--.github/workflows/tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5ae3a50ab0..a2df2e8bd5 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -4,6 +4,7 @@ on:
   push:
     branches: ["develop", "release-*"]
   pull_request:
+  workflow_dispatch:
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}