Skip to content

Commit

Permalink
Change github action to always run
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach authored Mar 6, 2025
1 parent bc01d11 commit c5738da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/nbstripout.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Notebook Output Checking
on:
pull_request:
paths:
- '**/*.ipynb'
push:
paths:
- '**/*.ipynb'

jobs:
check-notebook-outputs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c5738da

Please sign in to comment.