Continuous Integration: simplify regex for allowed branches and tags

This commit is contained in:
Peter Krautzberger 2016-02-06 22:24:52 +01:00
parent 6b65f86a5b
commit 1c2a3966e1

View File

@ -8,7 +8,7 @@ script:
branches: branches:
only: only:
- master - master
- /^(\d+\.)+(\d+\.)+(\d+)?(-)?(.+)$/ - /^\d+\.\d+/
deploy: deploy:
provider: npm provider: npm
email: manager@mathjax.org email: manager@mathjax.org