diff --git a/.github/workflows/test_changed_notebooks.yml b/.github/workflows/test_changed_notebooks.yml index 8d29863..29b422c 100644 --- a/.github/workflows/test_changed_notebooks.yml +++ b/.github/workflows/test_changed_notebooks.yml @@ -2,11 +2,6 @@ name: Execute Jupyter Notebooks With Changes on: workflow_dispatch: - push: - branches: - - main - paths: - - '**.ipynb' pull_request: branches: - main