Skip to content

Commit dd243b5

Browse files
ci: remove conditions from rust ci as cargo-fmt required
1 parent 7589ba3 commit dd243b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: "Rust CI"
22
on:
33
pull_request:
4-
paths:
5-
- "crates/**"
6-
- "Cargo.toml"
7-
- "Cargo.lock"
8-
- ".github/workflows/ci.yaml"
94

105
concurrency:
116
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)