diff options
| -rw-r--r-- | .github/workflows/analysis-notebook-test-binder.yml | 4 |
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' |
