File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 - ' ci*'
8+ - ' front-end'
9+ - ' api'
810 pull_request :
911 branches :
1012 - main
1113 - ' ci*'
14+ - ' front-end'
15+ - ' api'
1216
1317jobs :
1418 test-api-linux :
1519 name : API Test (Linux)
20+ if : github.ref_name == 'api' || (github.ref_name != 'api' && github.ref_name != 'front-end')
1621 runs-on : ubuntu-latest
1722
1823 strategy :
3540
3641 test-frontend-linux :
3742 name : Frontend Test (Linux)
43+ if : github.ref_name == 'front-end' || (github.ref_name != 'api' && github.ref_name != 'front-end')
3844 runs-on : ubuntu-latest
3945
4046 strategy :
5763
5864 test-api-windows :
5965 name : API Test (Windows)
66+ if : github.ref_name == 'api' || (github.ref_name != 'api' && github.ref_name != 'front-end')
6067 runs-on : windows-latest
6168
6269 strategy :
7986
8087 test-frontend-windows :
8188 name : Frontend Test (Windows)
89+ if : github.ref_name == 'front-end' || (github.ref_name != 'api' && github.ref_name != 'front-end')
8290 runs-on : windows-latest
8391
8492 strategy :
You can’t perform that action at this time.
0 commit comments