Skip to content

Commit 771e594

Browse files
authored
Update main.yml
Fix syntax
1 parent 0ebf9e7 commit 771e594

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: CI
55

66
on:
77
pull_request:
8-
paths-ignore: docs/**
8+
paths-ignore:
9+
- 'docs/**'
910

1011
jobs:
1112
unit-tests:

0 commit comments

Comments
 (0)