浏览代码

CI: Last attempt at getting tag trigger syntax right

Danilo Bargen 6 年之前
父节点
当前提交
eb90913fe7
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .circleci/config.yml

+ 3 - 0
.circleci/config.yml

@@ -120,8 +120,11 @@ workflows:
               only: master
       - docker-push-tag:
           filters:
+            # Only build for tag, not for branch
             tags:
               only: /^v.*/
+            branches:
+              ignore: /.*/
   rebuild-images:
     triggers:
       - schedule: