Skip to content

Commit

Permalink
enabled jupyter check on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell-NIH committed Dec 5, 2023
1 parent 193b8da commit af25c88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Test Notebooks
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- '*'

jobs:
test-notebooks:
Expand Down

0 comments on commit af25c88

Please sign in to comment.