Commit 27a7245 1 parent a61c92d commit 27a7245 Copy full SHA for 27a7245
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ name: Unit tests & Release
3
3
on :
4
4
push :
5
5
branches :
6
- - master
7
6
- main
8
7
- next
9
8
pull_request :
10
9
branches :
11
- - master
12
10
- main
13
11
- next
14
12
@@ -153,7 +151,7 @@ jobs:
153
151
release :
154
152
if :
155
153
# prettier-ignore
156
- ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master ' }}
154
+ ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/main ' }}
157
155
name : Release new version
158
156
needs : [test-node, test-os]
159
157
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9
9
<p >ESLint plugin for Jest</p >
10
10
</div >
11
11
12
- [ ![ Actions Status] ( https://github.com/jest-community/eslint-plugin-jest/workflows/Unit%20tests/badge.svg?branch=master )] ( https://github.com/jest-community/eslint-plugin-jest/actions )
12
+ [ ![ Actions Status] ( https://github.com/jest-community/eslint-plugin-jest/workflows/Unit%20tests/badge.svg?branch=main )] ( https://github.com/jest-community/eslint-plugin-jest/actions )
13
13
14
14
## Installation
15
15
Original file line number Diff line number Diff line change 128
128
"node" : " >=10"
129
129
},
130
130
"release" : {
131
+ "branches" : [
132
+ " main"
133
+ ],
131
134
"plugins" : [
132
135
" @semantic-release/commit-analyzer" ,
133
136
" @semantic-release/release-notes-generator" ,
You can’t perform that action at this time.
0 commit comments