Skip to content

Commit 98e962b

Browse files
authored
Run test_changed_notebooks on push/PR to any branch and manual dispatch (#762)
1 parent fb0637e commit 98e962b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_changed_notebooks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ defaults:
77
shell: bash # To override PowerShell on Windows
88

99
on:
10+
# Trigger the workflow on push or PR to any branch
1011
push:
11-
branches:
12-
- master
1312
paths:
1413
- 'doc/source/examples/**/*.ipynb'
1514
pull_request:
16-
branches:
17-
- master
1815
paths:
1916
- 'doc/source/examples/**/*.ipynb'
17+
# don't trigger for draft PRs
2018
types: [ opened, synchronize, reopened, ready_for_review ]
19+
# Trigger the workflow on manual dispatch
20+
workflow_dispatch:
2121

2222
jobs:
2323
test_changed_notebooks:

0 commit comments

Comments
 (0)