From 524b4ff1351d6900fbdc4b7ae03d720fa16e3887 Mon Sep 17 00:00:00 2001 From: "RIO\\teodora.misan" Date: Tue, 6 Aug 2024 16:51:44 +0300 Subject: [PATCH] fix-notebookrun: add the check of notebooks to run on pushes --- .github/workflows/notebooks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 8d4179f..41812ac 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -1,5 +1,8 @@ name: Test Notebooks on: + push: + branches: + - '*' pull_request: types: [opened, synchronize, reopened]