From 84e372d78cfe15f62f001e0ec7fa6409ce5d0c2e Mon Sep 17 00:00:00 2001 From: Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> Date: Fri, 10 Mar 2023 11:19:41 -0600 Subject: Update analysis-notebook-test-binder.yml changed workflow to test on branch 2-set-up-binder-1 for now, need to change back if the test passes --- .github/workflows/analysis-notebook-test-binder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis-notebook-test-binder.yml b/.github/workflows/analysis-notebook-test-binder.yml index 9269866..f47a715 100644 --- a/.github/workflows/analysis-notebook-test-binder.yml +++ b/.github/workflows/analysis-notebook-test-binder.yml @@ -6,9 +6,9 @@ name: analysis-notebook-test-binder # events but only for the master branch on: push: - branches: [ main ] + branches: [ 2-set-up-binder-1 ] pull_request: - branches: [ main ] + branches: [ 2-set-up-binder-1 ] schedule: # * is a special character in YAML so you have to quote this string - cron: '5 4 * * 0' -- cgit v1.2.3