File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: CI
2
2
on :
3
3
push :
4
4
branches :
5
- - main
5
+ - master
6
6
pull_request :
7
7
branches :
8
- - main
8
+ - master
9
9
10
10
jobs :
11
11
lint :
80
80
issues : write # To comment on released issues
81
81
pull-requests : write # To comment on released pull requests
82
82
id-token : write # To enable use of OIDC for npm provenance
83
- if : github.ref == 'refs/heads/main '
83
+ if : github.ref == 'refs/heads/master '
84
84
steps :
85
85
- name : Checkout
86
86
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 39
39
"type" : " git" ,
40
40
"url" : " git+https://github.com/JairajJangle/react-native-session-storage.git"
41
41
},
42
- "author" : " Jairaj Jangle <jairaj.jangle@gmail.com> (https://github.com/JairajJangle)" ,
42
+ "author" : " Jairaj Jangle <reachout. jairaj.jangle@gmail.com> (https://github.com/JairajJangle)" ,
43
43
"license" : " MIT" ,
44
44
"bugs" : {
45
- "url" : " https://github.com/JairajJangle/react-native-session-storage/issues"
45
+ "url" : " https://github.com/JairajJangle/react-native-session-storage/issues" ,
46
+ "email" : " reachout.jairaj.jangle@gmail.com"
46
47
},
47
48
"homepage" : " https://github.com/JairajJangle/react-native-session-storage#readme" ,
48
49
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
branches : [
3
- "main " ,
3
+ "master " ,
4
4
{
5
5
name : "beta" ,
6
6
prerelease : true // Marks this as a prerelease channel
You can’t perform that action at this time.
0 commit comments