Explorar el Código

CI: Last attempt at getting tag trigger syntax right

Danilo Bargen hace 6 años
padre
commit
eb90913fe7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: