Skip to content

Commit 6c32ef1

Browse files
committed
Adding tag builds to travis [build:website_dev]
1 parent fa7aac3 commit 6c32ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ env:
2222
stages:
2323
- test
2424
- name: docs
25-
if: tag =~ ^v(\d+|\.)*[^a-z]\d*$
25+
if: tag =~ ^v(\d+|\.)*[^a-z]\d*$ OR tag = website
2626
- name: docs_dev
27-
if: tag =~ ^v(\d+|\.)*[a-z]\d*$ OR commit_message =~ /^.*(website_dev).*$/
27+
if: tag =~ ^v(\d+|\.)*[a-z]\d*$ OR tag = website_dev OR commit_message =~ /^.*(website_dev).*$/
2828
- name: dev_package
2929
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
3030
- name: package

0 commit comments

Comments
 (0)