mirror of
https://github.com/danbulant/pngjs
synced 2026-07-07 12:10:59 +00:00
Only build master branch to avoid duplicate builds (#144)
This commit is contained in:
parent
40178cabb2
commit
0704ce06d7
1 changed files with 3 additions and 0 deletions
|
|
@ -4,3 +4,6 @@ after_success:
|
||||||
node_js:
|
node_js:
|
||||||
- "10"
|
- "10"
|
||||||
- "12"
|
- "12"
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue