Skip to content

Commit 3bca29f

Browse files
committed
ci(lang): fix paths to trigger
1 parent b563060 commit 3bca29f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ on:
33
workflow_dispatch:
44
pull_request:
55
paths:
6-
- "src/**/**.rs"
6+
- "src/**/*.rs"
7+
- "lsp/**/*.rs"
8+
- "**/**/Cargo.toml"
79
push:
810
branches:
911
- main
1012
- dev
1113
paths:
12-
- "src/**/**.rs"
14+
- "src/**/*.rs"
15+
- "lsp/**/*.rs"
16+
- "**/**/Cargo.toml"
1317

1418
jobs:
1519
check-fmt:

0 commit comments

Comments
 (0)