Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit a9386db

Browse files
authored
fix branch name (#12)
1 parent 0df6ac6 commit a9386db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- "main"
7-
- "mc-*"
7+
- "mc-**"
88
pull_request:
99
branches:
1010
- "main"
11-
- "mc-*"
11+
- "mc-**"
1212

1313
env:
1414
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)