File tree Expand file tree Collapse file tree 8 files changed +36
-15
lines changed Expand file tree Collapse file tree 8 files changed +36
-15
lines changed Original file line number Diff line number Diff line change 11name : Quality Checks
2+
23on :
34 push :
45 branches :
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: Optimum CLI / Python - Test
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
811
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: Exporters Common / Python - Test
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
811
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: Exporters ONNX / Python - Test
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
811
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: Exporters ONNX CLI / Python - Test
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
811
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: Offline usage / Python - Test
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
811
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: ONNX / Python - Test
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
811
912concurrency :
1013 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Original file line number Diff line number Diff line change 11name : ONNX Runtime / Python - Test
22
33on :
4- workflow_dispatch :
54 push :
6- branches : [main]
5+ branches :
6+ - main
7+ - v*-release
78 pull_request :
8- branches : [main]
9+ branches :
10+ - main
911
1012concurrency :
1113 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
You can’t perform that action at this time.
0 commit comments