File tree Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Expand file tree Collapse file tree 5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 11name : Build
22
3- on : [push]
3+ on :
4+ pull_request :
5+ push :
6+ branches : ["main", "develop", "release"]
47
58env :
69 CARGO_TERM_COLOR : always
2023 steps :
2124 - uses : actions/checkout@v2
2225 - name : 📦Check package generation
23- run : cargo package
26+ run : cargo package
Original file line number Diff line number Diff line change 11name : Docs
22
3- on : [push]
3+ on :
4+ pull_request :
5+ push :
6+ branches : ["main", "develop", "release"]
47
58env :
69 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 11name : Package
22
3- on : [push]
3+ on :
4+ pull_request :
5+ push :
6+ branches : ["main", "develop", "release"]
47
58env :
69 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 11name : Code check
22
3- on : [push]
3+ on :
4+ pull_request :
5+ push :
6+ branches : ["main", "develop", "release"]
47
58env :
69 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 11name : Tests
22
3- on : [push]
3+ on :
4+ pull_request :
5+ push :
6+ branches : ["main", "develop", "release"]
47
58env :
69 CARGO_TERM_COLOR : always
You can’t perform that action at this time.
0 commit comments