Skip to content

Commit eadf6c9

Browse files
committed
ci: fix
1 parent a7b938a commit eadf6c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
branches: [main]
66
paths:
77
- "src/rust/**"
8-
- ".github/workflows/ci.yaml"
8+
- ".github/workflows/ci.yml"
9+
910
pull_request:
1011
branches: [main]
1112
paths:
1213
- "src/rust/**"
13-
- ".github/workflows/ci.yaml"
14+
- ".github/workflows/ci.yml"
1415

1516
env:
1617
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)