From 6aa1e917b480c675e66772b58a092b523e3df21d Mon Sep 17 00:00:00 2001 From: Marcin Gordel Date: Mon, 25 Sep 2023 17:15:17 +0200 Subject: [PATCH] test(examples): fixed ci config --- .github/workflows/examples-nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/examples-nightly.yml b/.github/workflows/examples-nightly.yml index 6bf5229f2..f7e5ab6a8 100644 --- a/.github/workflows/examples-nightly.yml +++ b/.github/workflows/examples-nightly.yml @@ -8,6 +8,10 @@ on: # Allows triggering the workflow manually workflow_dispatch: + push: + branches: + - "test/JST-363/example-tests" + jobs: prepare-matrix-master-only: name: Prepare matrix JSON