Skip to content

Commit 1220045

Browse files
committed
ci: fix filters
1 parent ddc34c5 commit 1220045

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/filters.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ documentation:
33
- 'doc/**'
44

55
code:
6+
- 'CMakeLists.txt'
67
- 'src/**'
78
- 'include/**'
89

@@ -12,7 +13,8 @@ snap:
1213

1314
spread:
1415
- '.github/workflows/spread.yml'
15-
- 'spread**'
16+
- 'spread.yaml'
17+
- 'spread/**'
1618

1719
symbols:
1820
- '.github/workflows/symbols-check.yml'

0 commit comments

Comments
 (0)