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 /.circleci | |
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 '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ac48a71ba..cf1989eff9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,7 +41,7 @@ workflows: - dockerhubuploadlatest: filters: branches: - only: master + only: [ master, main ] commands: docker_prepare: |