Skip to content

Commit 466156b

Browse files
committed
github actions for x.y branches
1 parent 533d384 commit 466156b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/clippy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Clippy check
22

33
on:
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

99
jobs:
1010
clippy_check:

.github/workflows/fmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Cargo fmt check
22

33
on:
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

99
jobs:
1010
cargo_fmt_check:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Run tests
22

33
on:
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

99
env:
1010
RUST_LOG: debug,j4rs=warn

tmc-langs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmc-langs-cli"
3-
version = "0.8.0"
3+
version = "0.9.1"
44
authors = ["University of Helsinki <mooc@cs.helsinki.fi>", "Daniel Martinez <daniel.x.martinez@helsinki.fi>"]
55
edition = "2018"
66
description = "CLI client for TMC"

0 commit comments

Comments
 (0)