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 4
4
push :
5
5
branches :
6
6
- main
7
- - v4
7
+ - 4.x
8
8
pull_request :
9
9
branches :
10
10
- main
11
- - v4
11
+ - 4.x
12
12
13
13
concurrency :
14
14
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
89
89
- run : yarn lint
90
90
91
91
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 ') }}
93
93
name : Release new version
94
94
needs : [lint, test-node, test-os]
95
95
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 115
115
"release" : {
116
116
"branches" : [
117
117
" main" ,
118
- " v4 "
118
+ " 4.x "
119
119
]
120
120
},
121
121
"resolutions" : {
You can’t perform that action at this time.
0 commit comments