Only build master branch to avoid duplicate builds (#144)

This commit is contained in:
Luke Page 2020-04-10 14:21:52 +02:00 committed by GitHub
parent 40178cabb2
commit 0704ce06d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,3 +4,6 @@ after_success:
node_js:
- "10"
- "12"
branches:
only:
- master