Skip to content

Commit

Permalink
changed branch from dev to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent 216a286 commit c7662e7
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:
- dev # Change this to the repository's main branch
- ci # Change this to the repository's main branch
pull_request:
branches:
- dev
- ci
schedule:
- cron: "0 0 * * 0" # Run every Sunday at midnight UTC (4 week interval)

Expand Down

0 comments on commit c7662e7

Please sign in to comment.