File tree Expand file tree Collapse file tree 6 files changed +26
-7
lines changed
Expand file tree Collapse file tree 6 files changed +26
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ name: code coverage
33on :
44 push :
55 branches :
6- - ' **'
6+ - master
7+ pull_request_target :
8+ branches :
9+ - master
10+
711jobs :
812 coverage :
913 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ name: e2e test
33on :
44 push :
55 branches :
6- - ' **'
6+ - master
7+ pull_request_target :
8+ branches :
9+ - master
10+
711jobs :
812 test :
913 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - v*
7+
78jobs :
89 release :
910 environment : release
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ name: code style
33on :
44 push :
55 branches :
6- - ' **'
6+ - master
7+ pull_request_target :
8+ branches :
9+ - master
10+
711jobs :
812 style :
913 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ name: code test
33on :
44 push :
55 branches :
6- - ' **'
6+ - master
7+ pull_request_target :
8+ branches :
9+ - master
10+
711jobs :
812 test :
913 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -2,9 +2,11 @@ name: 'vulnerability test'
22
33on :
44 push :
5- branches : [master]
6- pull_request :
7- branches : [master]
5+ branches :
6+ - master
7+ pull_request_target :
8+ branches :
9+ - master
810 schedule :
911 - cron : ' 0 0 * * 0'
1012
You can’t perform that action at this time.
0 commit comments