Skip to content

Commit ca9054c

Browse files
Fix a ci.yaml syntax error
1 parent 2af5caf commit ca9054c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
paths:
6-
- ".github/workflows/ci.yaml"]
6+
- ".github/workflows/ci.yaml"
77
- ".config/nextest.toml"
88
- "src/**"
99
- "tests/**"

0 commit comments

Comments
 (0)