mirror of https://github.com/curbengh/hexo-yam
Only build master branch
This commit is contained in:
parent
f9ec3fae73
commit
0c304a576a
|
@ -11,3 +11,7 @@ script:
|
|||
- npm install # install node modules
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- snyk test # Check node modules for vulnerability
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master # Only build master branch
|
||||
|
|
Loading…
Reference in New Issue