We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e5edc commit 343f568Copy full SHA for 343f568
.github/workflows/tests.yml
@@ -26,10 +26,9 @@ on:
26
- '!.github/scripts/upload_py_tools.sh'
27
- 'tests/**'
28
- 'cores/**'
29
- - 'libraries/**'
30
- - '!libraries/**.md'
31
- - '!libraries/**.txt'
32
- - '!libraries/**.properties'
+ - 'libraries/*/src/**.cpp'
+ - 'libraries/*/src/**.h'
+ - 'libraries/*/src/**.c'
33
- 'package/**'
34
schedule:
35
- cron: '0 2 * * *'
0 commit comments