Skip to content

Commit 2b9bc82

Browse files
committed
ci: fix syntax error
1 parent 0b88291 commit 2b9bc82

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
@@ -3,7 +3,7 @@ name: shelltestrunner CI
33
on:
44
push:
55
paths:
6-
- '.github/workflows/**
6+
- '.github/workflows/**'
77
- 'stack*'
88
- 'src/**'
99
- 'tests/**'
@@ -15,7 +15,7 @@ on:
1515

1616
pull_request:
1717
paths:
18-
- '.github/workflows/**
18+
- '.github/workflows/**'
1919
- 'stack*'
2020
- 'src/**'
2121
- 'tests/**'

0 commit comments

Comments
 (0)