From af25c8816b84ca41a7bcf0768736fc42a427e681 Mon Sep 17 00:00:00 2001 From: Kyle O'Connell Date: Tue, 5 Dec 2023 14:49:09 -0500 Subject: [PATCH] enabled jupyter check on pr --- .github/workflows/check-jupyter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-jupyter.yml b/.github/workflows/check-jupyter.yml index d5de22c..2725efb 100644 --- a/.github/workflows/check-jupyter.yml +++ b/.github/workflows/check-jupyter.yml @@ -3,7 +3,10 @@ name: Test Notebooks on: push: branches: - - main + - '*' + pull_request: + branches: + - '*' jobs: test-notebooks: