File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on mac os x; the latest pytho
88on :
99 push :
1010 branches : ["utest", "master"] # ["v3", "v4"]
11- pull :
12- branches : ["master"]
11+ pull_request :
12+ branches : ["development", " master"]
1313
1414jobs :
1515 build-macosx :
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ run-name: ${{ github.actor }}::pytest pcdl library on linux os; all python3 vers
77
88on :
99 push :
10- branches : ["utest","master"] # ["v3", "v4"]
11- pull :
12- branches : ["master"]
10+ branches : ["utest", "master"] # ["v3","v4"]
11+ pull_request :
12+ branches : ["development", " master"]
1313
1414jobs :
1515 build-linux :
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ run-name: ${{ github.actor }}::pytest pcdl library on windows os; the latest pyt
88on :
99 push :
1010 branches : ["utest", "master"] # ["v3", "v4"]
11- pull :
12- branches : ["master"]
11+ pull_request :
12+ branches : ["development", " master"]
1313
1414jobs :
1515 build-windows :
You can’t perform that action at this time.
0 commit comments