Skip to content

Commit 62594a1

Browse files
authored
Fix typo
1 parent 83d2ad4 commit 62594a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- ".github/workflows/ci.yaml"
7+
- ".github/workflows/ci.yml"
88
- "src/**"
99
- "test/**"
1010
- ".gitignore"
1111
- "pyproject.toml"
1212

1313
pull_request:
1414
paths:
15-
- ".github/workflows/ci.yaml"
15+
- ".github/workflows/ci.yml"
1616
- "src/**"
1717
- "test/**"
1818
- ".gitignore"

0 commit comments

Comments
 (0)