Skip to content

Commit 62d7fb1

Browse files
authored
Merge branch 'main' into thread
2 parents b379250 + f6958c0 commit 62d7fb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ on:
33
push:
44
branches: [ "main" ]
55
paths:
6-
- 'Sources/CSFBAudioEngine/**.h'
7-
- 'Sources/CSFBAudioEngine/**.hpp'
8-
- 'Sources/CSFBAudioEngine/**.m'
9-
- 'Sources/CSFBAudioEngine/**.mm'
6+
- 'Sources/CSFBAudioEngine/**/*.h'
7+
- 'Sources/CSFBAudioEngine/**/*.hpp'
8+
- 'Sources/CSFBAudioEngine/**/*.m'
9+
- 'Sources/CSFBAudioEngine/**/*.mm'
1010
pull_request:
1111
branches: [ "main" ]
1212
paths:
13-
- 'Sources/CSFBAudioEngine/**.h'
14-
- 'Sources/CSFBAudioEngine/**.hpp'
15-
- 'Sources/CSFBAudioEngine/**.m'
16-
- 'Sources/CSFBAudioEngine/**.mm'
13+
- 'Sources/CSFBAudioEngine/**/*.h'
14+
- 'Sources/CSFBAudioEngine/**/*.hpp'
15+
- 'Sources/CSFBAudioEngine/**/*.m'
16+
- 'Sources/CSFBAudioEngine/**/*.mm'
1717
permissions:
1818
contents: read
1919
pull-requests: write

0 commit comments

Comments
 (0)