summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-02-21 18:14:43 +0000
committerDavid Robertson <davidr@element.io>2022-02-21 18:14:43 +0000
commitea481eac02ce9c40d6f4024cbdc454977ce230a1 (patch)
tree7fdde724ca0dccc731379a6709ee731600abdced
parentDon't build distribution pkgs in tests.yml (diff)
downloadsynapse-ea481eac02ce9c40d6f4024cbdc454977ce230a1.tar.xz
Run `release-artifacts` on release branches
-rw-r--r--.github/workflows/release-artifacts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index eb294f1619..1f35fd1cd5 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -7,7 +7,7 @@ on:
   # of things breaking (but only build one set of debs)
   pull_request:
   push:
-    branches: ["develop"]
+    branches: ["develop", "release-*"]
 
     # we do the full build on tags.
     tags: ["v*"]