This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build bindings for Alpine releases
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore :
6+ - " dependabot/**"
7+ pull_request :
48
59jobs :
610 build :
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Coverage
22
33on :
44 push :
5+ branches-ignore :
6+ - " dependabot/**"
57 paths :
68 - " .nycrc.json"
79 - " **/*.js"
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Lint JS
22
33on :
44 push :
5+ branches-ignore :
6+ - " dependabot/**"
57 paths :
68 - " **/*.js"
79 - " .eslintrc.json"
Original file line number Diff line number Diff line change 11name : Build bindings for Linux releases
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore :
6+ - " dependabot/**"
7+ pull_request :
48
59jobs :
610 build :
Original file line number Diff line number Diff line change 11name : Build bindings for macOS releases
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore :
6+ - " dependabot/**"
7+ pull_request :
48
59jobs :
610 build :
Original file line number Diff line number Diff line change 11name : Build bindings for Windows releases
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore :
6+ - " dependabot/**"
7+ pull_request :
48
59jobs :
610 build :
You can’t perform that action at this time.
0 commit comments