mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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>
This commit is contained in:
parent
65e6c64d83
commit
913a761a53
@ -41,7 +41,7 @@ workflows:
|
||||
- dockerhubuploadlatest:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
only: [ master, main ]
|
||||
|
||||
commands:
|
||||
docker_prepare:
|
||||
|
1
changelog.d/9906.misc
Normal file
1
changelog.d/9906.misc
Normal file
@ -0,0 +1 @@
|
||||
Tell CircleCI to build Docker images from `main` branch.
|
Loading…
Reference in New Issue
Block a user