Skip to content

Run test_changed_notebooks on push/PR to any branch and manual dispatch #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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