Skip to content

Commit

Permalink
Changed branch ci to master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent 57978a3 commit 2f4ceeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2f4ceeb

Please sign in to comment.