Skip to content

Commit ec6ca00

Browse files
committed
ci: rename ci to test
1 parent b44feaf commit ec6ca00

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: CI
1+
name: Test
22

33
on:
44
push:
55
paths:
66
- "src/**"
77
- "tests/**"
8-
- ".github/workflows/ci.yml"
8+
- ".github/workflows/test.yml"
99
pull_request:
1010
paths:
1111
- "src/**"
1212
- "tests/**"
13-
- ".github/workflows/ci.yml"
13+
- ".github/workflows/test.yml"
1414

1515
jobs:
1616
test:

0 commit comments

Comments
 (0)