Continuous Integration: simplify regex for allowed branches and tags
This commit is contained in:
parent
6b65f86a5b
commit
1c2a3966e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user