summary refs log tree commit diff
path: root/.circleci
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-09-25 10:37:08 +0100
committerMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-09-27 12:01:09 +0100
commita3c11f73204857a363f78a26412f5aa46adf8650 (patch)
tree00c53c3107aeb9d2190f28851613fee8a54bbb6d /.circleci
parentMake username configurable in the UI too (diff)
downloadsynapse-a3c11f73204857a363f78a26412f5aa46adf8650.tar.xz
Also, don't run this job on any branches
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 9a43477185..cb329aa241 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -141,4 +141,6 @@ workflows:
       - dockerhubupload:
           filters:
             tags:
-              only: /v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/
+              only: /^v[0-9].[0-9]+.[0-9]+(.[0-9]+)?/
+            branches:
+              ignore: /.*/