Skip to content

Commit d4c29ff

Browse files
authored
Merge pull request segment-boneyard#18 from segment-integrations/circleci_touchup
Run CircleCI builds on tag pushes
2 parents 3912036 + c3f52c9 commit d4c29ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ deployment:
1414
branch: master
1515
commands:
1616
- curl -sLu "$HTTP_AUTH:" $BUILD | bash
17+
push_tags:
18+
tag: /[0-9]+\.[0-9]+\.[0-9]+/
19+
commands:
20+
- curl -sLu "$HTTP_AUTH:" $BUILD | bash

0 commit comments

Comments
 (0)