Skip to content

Commit 475f47a

Browse files
committed
Running examples only when code changes
1 parent 4864fd7 commit 475f47a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-examples.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
pull_request:
55
branches:
66
- trunk
7+
paths:
8+
- 'examples'
79
push:
810
branches:
911
- trunk
12+
paths:
13+
- 'examples'
1014

1115
env:
1216
DISPLAY: :99

0 commit comments

Comments
 (0)