From 0ad0f77b3fe558f4f2bee6590fc5f4567345e7ba Mon Sep 17 00:00:00 2001 From: rawkintrevo Date: Thu, 5 Sep 2024 11:23:41 -0500 Subject: [PATCH] re-aim at main --- .github/workflows/notebook-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notebook-testing.yml b/.github/workflows/notebook-testing.yml index 780d0e62f..56c105d32 100644 --- a/.github/workflows/notebook-testing.yml +++ b/.github/workflows/notebook-testing.yml @@ -3,10 +3,10 @@ name: CI for Jupyter Notebooks on: push: branches: - - 454-notebook-testing + - main pull_request: branches: - - 454-notebook-testing + - main jobs: test-notebooks: