Skip to content

Commit

Permalink
Running doctests also on emb-examples (#3693)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chayim committed Jan 17, 2024
1 parent cf60d25 commit 152d2d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags-ignore:
- '*'
branches:
- 'emb-examples'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 152d2d4

Please sign in to comment.