From 152d2d44907cd4fac0ed96170db98ac465442637 Mon Sep 17 00:00:00 2001 From: Chayim Date: Wed, 17 Jan 2024 14:38:31 +0200 Subject: [PATCH] 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. --- .github/workflows/doctests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/doctests.yml b/.github/workflows/doctests.yml index daa8858b89..0062c2da24 100644 --- a/.github/workflows/doctests.yml +++ b/.github/workflows/doctests.yml @@ -4,6 +4,8 @@ on: push: tags-ignore: - '*' + branches: + - 'emb-examples' pull_request: workflow_dispatch: