We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa7aac3 commit 6c32ef1Copy full SHA for 6c32ef1
.travis.yml
@@ -22,9 +22,9 @@ env:
22
stages:
23
- test
24
- name: docs
25
- if: tag =~ ^v(\d+|\.)*[^a-z]\d*$
+ if: tag =~ ^v(\d+|\.)*[^a-z]\d*$ OR tag = website
26
- name: docs_dev
27
- if: tag =~ ^v(\d+|\.)*[a-z]\d*$ OR commit_message =~ /^.*(website_dev).*$/
+ if: tag =~ ^v(\d+|\.)*[a-z]\d*$ OR tag = website_dev OR commit_message =~ /^.*(website_dev).*$/
28
- name: dev_package
29
if: tag =~ ^v(\d+|\.)*[a-z]\d*$
30
- name: package
0 commit comments