diff options
author | Dan Callahan <danc@element.io> | 2021-05-26 13:16:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 13:16:06 +0100 |
commit | 913a761a53640b725245408ff8f49bf54493707c (patch) | |
tree | 0132e2b0fea82362be2558fdfc9d95543be57a10 /changelog.d/9906.misc | |
parent | Add an admin API for unprotecting local media from quarantine (#10040) (diff) | |
download | synapse-913a761a53640b725245408ff8f49bf54493707c.tar.xz |
Tell CircleCI to build Docker images from `main` (#9906)
The `only` field takes a string or list of strings per the Circle docs: https://circleci.com/docs/2.0/configuration-reference/#branches Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to '')
-rw-r--r-- | changelog.d/9906.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9906.misc b/changelog.d/9906.misc new file mode 100644 index 0000000000..667d51a4c0 --- /dev/null +++ b/changelog.d/9906.misc @@ -0,0 +1 @@ +Tell CircleCI to build Docker images from `main` branch. |