File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: Test build — Linux
22run-name : ${{ github.actor }} is building for Linux.
33
44on :
5- pull_request :
6- branches : [main]
5+ push :
6+ branches-ignore :
7+ - main
8+ - dev
79
810jobs :
911 test-on-linux :
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: Test build — Mac ARM
22run-name : ${{ github.actor }} is building for MacOS.
33
44on :
5- pull_request :
6- branches : [ main ]
5+ push :
6+ branches-ignore :
7+ - main
8+ - dev
79
810jobs :
911 test-on-mac :
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: Test build — Mac Intel
22run-name : ${{ github.actor }} is building for MacOS.
33
44on :
5- pull_request :
6- branches : [ main ]
5+ push :
6+ branches-ignore :
7+ - main
8+ - dev
79
810jobs :
911 test-on-mac :
Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ name: Test build — Windows
22run-name : ${{ github.actor }} is building for Windows.
33
44on :
5- pull_request :
6- branches : [ main ]
5+ push :
6+ branches-ignore :
7+ - main
8+ - dev
79
810jobs :
911 test-on-windows :
You can’t perform that action at this time.
0 commit comments