Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Tell CircleCI to build Docker images from main (#9906)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
callahad authored May 26, 2021
1 parent 65e6c64 commit 913a761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ workflows:
- dockerhubuploadlatest:
filters:
branches:
only: master
only: [ master, main ]

commands:
docker_prepare:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/9906.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tell CircleCI to build Docker images from `main` branch.

0 comments on commit 913a761

Please sign in to comment.