We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dafc8a commit 304ec78Copy full SHA for 304ec78
1 file changed
.github/workflows/test-examples.yaml
@@ -6,6 +6,11 @@ on:
6
types: [opened, synchronize, reopened]
7
paths:
8
- "standard/*.md"
9
+ - "tools/example-templates/**"
10
+ - "tools/ExampleExtractor/**"
11
+ - "tools/ExampleTester/**"
12
+ - "tools/Utilities/**"
13
+ - "tools/test-examples.sh"
14
workflow_dispatch:
15
inputs:
16
reason:
0 commit comments