File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Upload artifact
33on : [push, pull_request]
44
55jobs :
6- doc :
6+ upload-zip :
77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ name: Document
22
33on :
44 push :
5+ branches :
6+ - master
7+ - production
8+ tags :
9+ - ' v*'
510
611jobs :
712 doc :
Original file line number Diff line number Diff line change 11name : Expander test
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches :
6+ - ' *'
7+ pull_request :
48
59jobs :
610 expander :
Original file line number Diff line number Diff line change 11name : Unittest
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches :
6+ - ' *'
7+ pull_request :
48
59jobs :
610 gtest :
Original file line number Diff line number Diff line change 11name : Unittest(MSVC)
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches :
6+ - ' *'
7+ pull_request :
48
59jobs :
610 gtest-msvc :
You can’t perform that action at this time.
0 commit comments