summary refs log tree commit diff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-03-15 08:07:20 -0400
committerGitHub <noreply@github.com>2023-03-15 08:07:20 -0400
commit121fce7500329be61eac46eaa63bb3a0c1c54344 (patch)
tree1d8c056c7da1134188c09c68b87cc12ffda9b21a /.github/workflows/tests.yml
parentAdd schema comments about the `destinations` and `destination_rooms` tables. ... (diff)
downloadsynapse-121fce7500329be61eac46eaa63bb3a0c1c54344.tar.xz
Enable running tests & release artifacts on merge queue. (#15244)
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 806bd2bfa4..d2b1d75536 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -4,6 +4,7 @@ on:
   push:
     branches: ["develop", "release-*"]
   pull_request:
+  merge_group:
   workflow_dispatch:
 
 concurrency: