Continuous Integration: simplify regex for allowed branches and tags
This commit is contained in:
parent
6b65f86a5b
commit
1c2a3966e1
|
@ -8,7 +8,7 @@ script:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^(\d+\.)+(\d+\.)+(\d+)?(-)?(.+)$/
|
||||
- /^\d+\.\d+/
|
||||
deploy:
|
||||
provider: npm
|
||||
email: manager@mathjax.org
|
||||
|
|
Loading…
Reference in New Issue
Block a user