From 2f4ceeb816dd34561ad525884c17cdeb95dd2860 Mon Sep 17 00:00:00 2001 From: JacobTh98 Date: Wed, 25 Oct 2023 14:53:00 +0200 Subject: [PATCH] Changed branch ci to master branch. --- .github/workflows/run_nb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_nb.yml b/.github/workflows/run_nb.yml index 2cf4b95..4648ea9 100644 --- a/.github/workflows/run_nb.yml +++ b/.github/workflows/run_nb.yml @@ -3,10 +3,10 @@ name: Run Notebooks on: push: branches: - - ci # Change this to the repository's main branch + - master # Change this to the repository's main branch pull_request: branches: - - ci + - master schedule: - cron: "0 0 * * 0" # Run every Sunday at midnight UTC (4 week interval)