Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 28, 2024
1 parent 67780d5 commit 531084e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-new-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
push:
branches: ["main"]
pull_request:
paths:
- '**.ipynb'
- 'deno.json'
workflow_dispatch:

env:
Expand All @@ -35,7 +38,6 @@ jobs:
- name: Validate
run: yarn tsx --experimental-wasm-modules ./scripts/validate_deps_sync.ts

jobs:
validate-new-notebooks:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 531084e

Please sign in to comment.