Skip to content

Commit 0af7c14

Browse files
committed
Trigger examples test workflow when the impl code changes
1 parent 0a24fa1 commit 0af7c14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-examples.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
types: [opened, synchronize, reopened]
77
paths:
88
- "standard/*.md"
9+
- "tools/example-templates/**"
10+
- "tools/ExampleExtractor/**"
11+
- "tools/ExampleTester/**"
12+
- "tools/Utilities/**"
13+
- "tools/test-examples.sh"
914
workflow_dispatch:
1015
inputs:
1116
reason:

0 commit comments

Comments
 (0)