File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Build
2
2
3
3
on :
4
4
pull_request :
5
+ types :
6
+ - opened
7
+ - reopened
8
+ - synchronize
9
+ - labeled
5
10
push :
6
11
branches :
7
12
- main
Original file line number Diff line number Diff line change @@ -25,16 +25,17 @@ multiple-versions = "allow"
25
25
26
26
[licenses ]
27
27
allow = [
28
- " Apache-2.0" ,
29
- " BSD-2-Clause" ,
30
- " BSD-3-Clause" ,
31
- " CC0-1.0" ,
32
- " ISC" ,
33
- " LicenseRef-ring" ,
34
- " MIT" ,
35
- " MPL-2.0" ,
36
- " Unicode-DFS-2016" ,
37
- " Zlib" ,
28
+ " Apache-2.0" ,
29
+ " BSD-2-Clause" ,
30
+ " BSD-3-Clause" ,
31
+ " CC0-1.0" ,
32
+ " ISC" ,
33
+ " LicenseRef-ring" ,
34
+ " MIT" ,
35
+ " MPL-2.0" ,
36
+ " Unicode-DFS-2016" ,
37
+ " Unicode-3.0" ,
38
+ " Zlib" ,
38
39
]
39
40
confidence-threshold = 0.9
40
41
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ impl Reader {
112
112
}
113
113
}
114
114
115
- pub fn get_raw_reader ( & self ) -> & RwLock < c2pa:: Reader > {
115
+ pub fn get_raw_reader ( & self ) -> & RwLock < c2pa:: Reader > {
116
116
& self . reader
117
117
}
118
118
}
You can’t perform that action at this time.
0 commit comments