diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index 577fdacfc..fc382f130 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -18,10 +18,6 @@ ## name: Run Notebook on: - push: - branches: - - main - - develop workflow_dispatch: inputs: path: @@ -30,8 +26,8 @@ on: default: "Examples/" branch: description: 'Target branch for updates' - required: true - default: "none" + required: false + default: "" jobs: demo: