summaryrefslogtreecommitdiff
path: root/.github/workflows/analysis-notebook-test-binder.yml
diff options
context:
space:
mode:
authorGabriel Kosmacher <73120774+kennykos@users.noreply.github.com>2023-03-10 11:19:41 -0600
committerGitHub <noreply@github.com>2023-03-10 11:19:41 -0600
commit84e372d78cfe15f62f001e0ec7fa6409ce5d0c2e (patch)
treea04f502bacdba60fe0b4b5feb48b4e2b1483e218 /.github/workflows/analysis-notebook-test-binder.yml
parenta7ebd83ba057d222d776afc9bd4a3ad252d51020 (diff)
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
Diffstat (limited to '.github/workflows/analysis-notebook-test-binder.yml')
-rw-r--r--.github/workflows/analysis-notebook-test-binder.yml4
1 files 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'