Skip to content

Commit 88c3cef

Browse files
authored
Merge pull request #516 from AugurProject/sbigelow/travis
do master deploys
2 parents d075d9c + 570574e commit 88c3cef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ jobs:
4343
docker pull $IMAGE_BUILD;
4444
docker tag $IMAGE_BUILD $IMAGE_LATEST;
4545
ARTIFACTS=true npm run docker:run:deploy && docker push $IMAGE_LATEST
46-
on:
47-
tags: true
4846
stages:
4947
- build
5048
- test
5149
- name: deploy
52-
if: tag =~ ^v\d+\.\d+\.\d+(-\d+)?$
50+
if: branch = master or tag =~ ^v\d+\.\d+\.\d+(-\d+)?$
5351
git:
5452
depth: 5
5553
branches:

0 commit comments

Comments
 (0)