Skip to content

Commit 152d2d4

Browse files
authored
Running doctests also on emb-examples (#3693)
Given how these examples are generated, we intended to run and validate CI, ongoingly on emb-examples as well. As a result, this PR ensures that direct commits there, will also run them.
1 parent cf60d25 commit 152d2d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doctests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags-ignore:
66
- '*'
7+
branches:
8+
- 'emb-examples'
79
pull_request:
810
workflow_dispatch:
911

0 commit comments

Comments
 (0)