Skip to content

Commit

Permalink
Updated doc dev build rules [doc-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 19, 2019
1 parent 2944e85 commit bde3b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stages:
- name: docs
if: tag =~ ^v(\d+|\.)*[^a-z]\d*$ OR tag = website AND NOT type = pull_request
- name: docs_dev
if: tag =~ ^v(\d+|\.)*[a-z]\d*$ OR tag = website_dev OR commit_message =~ /^.*(website_dev).*$/ AND NOT type = pull_request
if: (tag =~ ^v(\d+|\.)*[a-z]\d*$) OR (tag = website_dev) OR ((commit_message =~ /\[doc-build\]/) and branch = master)
- name: conda_dev_package
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
- name: pip_dev_package
Expand Down

0 comments on commit bde3b60

Please sign in to comment.