We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd8f0b commit 108ed7cCopy full SHA for 108ed7c
1 file changed
.github/workflows/cpp-linter.yml
@@ -2,7 +2,7 @@ name: cpp-linter
2
on:
3
push:
4
branches: [ "main" ]
5
- paths:
+ paths:
6
- 'Sources/CSFBAudioEngine/**/*.h'
7
- 'Sources/CSFBAudioEngine/**/*.hpp'
8
- 'Sources/CSFBAudioEngine/**/*.c'
@@ -11,7 +11,7 @@ on:
11
- 'Sources/CSFBAudioEngine/**/*.mm'
12
pull_request:
13
14
15
16
17
0 commit comments