File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - v4
7+ - 4.x
88 pull_request :
99 branches :
1010 - main
11- - v4
11+ - 4.x
1212
1313concurrency :
1414 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8989 - run : yarn lint
9090
9191 release :
92- if : ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/v4 ') }}
92+ if : ${{ github.event_name == 'push' && (github.event.ref == 'refs/heads/main' || github.event.ref == 'refs/heads/4.x ') }}
9393 name : Release new version
9494 needs : [lint, test-node, test-os]
9595 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 115115 "release" : {
116116 "branches" : [
117117 " main" ,
118- " v4 "
118+ " 4.x "
119119 ]
120120 },
121121 "resolutions" : {
You can’t perform that action at this time.
0 commit comments