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