Skip to content

Commit

Permalink
Run test_changed_notebooks on push/PR to any branch and manual dispat…
Browse files Browse the repository at this point in the history
…ch (#762)
  • Loading branch information
jklaise authored Sep 15, 2022
1 parent fb0637e commit 98e962b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_changed_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ defaults:
shell: bash # To override PowerShell on Windows

on:
# Trigger the workflow on push or PR to any branch
push:
branches:
- master
paths:
- 'doc/source/examples/**/*.ipynb'
pull_request:
branches:
- master
paths:
- 'doc/source/examples/**/*.ipynb'
# don't trigger for draft PRs
types: [ opened, synchronize, reopened, ready_for_review ]
# Trigger the workflow on manual dispatch
workflow_dispatch:

jobs:
test_changed_notebooks:
Expand Down

0 comments on commit 98e962b

Please sign in to comment.