File tree Expand file tree Collapse file tree 6 files changed +1
-5
lines changed Expand file tree Collapse file tree 6 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Build NumPy 2
2
2
3
3
on :
4
4
push :
5
- pull_request :
6
5
7
6
jobs :
8
7
build :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Build
2
2
3
3
on :
4
4
push :
5
- pull_request :
6
5
schedule :
7
6
# Run at the end of every day
8
7
- cron : " 0 0 * * *"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Check docs
2
2
3
3
on :
4
4
push :
5
- pull_request :
6
5
schedule :
7
6
# Run at the end of every day
8
7
- cron : " 0 0 * * *"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Cubed
2
2
3
3
on :
4
4
push :
5
- pull_request :
6
5
# manual trigger
7
6
workflow_dispatch :
8
7
Original file line number Diff line number Diff line change 1
1
name : Wheels
2
2
3
3
on :
4
+ pull_request :
4
5
push :
5
6
branches :
6
7
- main
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Windows
2
2
3
3
on :
4
4
push :
5
- pull_request :
6
5
schedule :
7
6
# Run at the end of every day
8
7
- cron : " 0 0 * * *"
You can’t perform that action at this time.
0 commit comments