Skip to content

Commit 68c793f

Browse files
committed
do master
1 parent 1c8e55f commit 68c793f

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)