diff options
author | David Robertson <davidr@element.io> | 2022-02-21 18:14:43 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-02-21 18:14:43 +0000 |
commit | ea481eac02ce9c40d6f4024cbdc454977ce230a1 (patch) | |
tree | 7fdde724ca0dccc731379a6709ee731600abdced | |
parent | Don't build distribution pkgs in tests.yml (diff) | |
download | synapse-ea481eac02ce9c40d6f4024cbdc454977ce230a1.tar.xz |
Run `release-artifacts` on release branches
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 |
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*"] |