Skip to content

Commit 1815b70

Browse files
committed
fix CI
1 parent 274867c commit 1815b70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
branches: [ main ]
66
paths:
77
- .github/workflows/ci.yml
8-
- *.h
9-
- *.cpp
8+
- ./*.h
9+
- ./*.cpp
1010
- makefile
1111
- example/**
1212
pull_request:
1313
branches: [ main ]
1414
paths:
1515
- .github/workflows/ci.yml
16-
- *.h
17-
- *.cpp
16+
- ./*.h
17+
- ./*.cpp
1818
- makefile
1919
- example/**
2020
workflow_dispatch:

0 commit comments

Comments
 (0)