File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Clippy check
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, '[0-9]+.[0-9]+' ]
66 pull_request :
7- branches : [master]
7+ branches : [master, '[0-9]+.[0-9]+' ]
88
99jobs :
1010 clippy_check :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Cargo fmt check
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, '[0-9]+.[0-9]+' ]
66 pull_request :
7- branches : [master]
7+ branches : [master, '[0-9]+.[0-9]+' ]
88
99jobs :
1010 cargo_fmt_check :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Run tests
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, '[0-9]+.[0-9]+' ]
66 pull_request :
7- branches : [master]
7+ branches : [master, '[0-9]+.[0-9]+' ]
88
99env :
1010 RUST_LOG : debug,j4rs=warn
Original file line number Diff line number Diff line change 11[package ]
22name = " tmc-langs-cli"
3- version = " 0.8.0 "
3+ version = " 0.9.1 "
44authors = [" University of Helsinki <mooc@cs.helsinki.fi>" , " Daniel Martinez <daniel.x.martinez@helsinki.fi>" ]
55edition = " 2018"
66description = " CLI client for TMC"
You can’t perform that action at this time.
0 commit comments